Color Hex Logo

#ac973b Color Hex

#AC973B
(172,151,59)
0 Favorites   0 Comments

Color spaces of #ac973b

RGB 17215159
HSL0.140.490.45
HSV49°66°67°
CMYK 0.000.120.66   0.33
XYZ28.869331.21968.6421
Yxy31.21960.42000.4542
Hunter Lab55.8745-5.552829.9418
CIE-Lab62.6926-3.091549.7261

#ac973b color RGB value is (172,151,59).

#ac973b hex color red value is 172, green value is 151 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ac973b hue: 0.14 , saturation: 0.49 and the lightness value of ac973b is 0.45.

The process color (four color CMYK) of #ac973b color hex is 0.00, 0.12, 0.66, 0.33. Web safe color of #ac973b is #999933. Color #ac973b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010111 00111011
Octal 254 227 73
Decimal 172 151 59
Hex AC 97 3B

RGB Percentages of Color #ac973b

%45.03
%39.53
%15.45

CMYK Percentages of Color #ac973b

%0
%12
%66
%33

Triadic Colors of #ac973b

#ac973b #3bac97 #973bac

Analogous Colors of #ac973b

#ac973b #89ac3b #ac5e3b

Monochromatic Colors of #ac973b

#ac973b

Complementary Color

#ac973b #3b50ac

#ac973b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac973b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac973b Color CSS Codes

.mybgcolor {background-color:#ac973b; } 
.myforecolor {color:#ac973b; }
.mybordercolor {border:3px solid #ac973b; }

#ac973b Text Font Color

<p style="color:#ac973b">Text here</p>

This sample text font color is #ac973b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ac973b Background Color

<div style="background-color:#ac973b">
Div content here</div>

This div background color is #ac973b


#ac973b Border Color

<div style="border:3px solid #ac973b">
Div here</div>

This div border color is #ac973b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,151,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac973b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac973b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac973b;
  box-shadow:         1px 1px 3px 2px #ac973b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,151,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac973b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ac973b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac973b;
  box-shadow:         1px 1px 3px 2px #ac973b;">
Div content here</div>

This div box has shadow with color #ac973b


Comments

No comments written yet.

Please login to write comment.