Color Hex Logo

#ac972b Color Hex

#AC972B
(172,151,43)
1 Favorites   0 Comments

Color spaces of #ac972b

RGB 17215143
HSL0.140.600.42
HSV50°75°67°
CMYK 0.000.120.75   0.33
XYZ28.515931.07836.7813
Yxy31.07830.42960.4682
Hunter Lab55.7479-6.253431.8114
CIE-Lab62.5737-3.956156.1948

#ac972b color RGB value is (172,151,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010111 00101011
Octal 254 227 53
Decimal 172 151 43
Hex AC 97 2B

RGB Percentages of Color #ac972b

%46.99
%41.26
%11.75

CMYK Percentages of Color #ac972b

%0
%12
%75
%33

Triadic Colors of #ac972b

#ac972b #2bac97 #972bac

Analogous Colors of #ac972b

#ac972b #81ac2b #ac562b

Monochromatic Colors of #ac972b

#ac972b

Complementary Color

#ac972b #2b40ac

#ac972b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac972b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac972b Color CSS Codes

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

#ac972b Text Font Color

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

This sample text font color is #ac972b
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.


#ac972b Background Color

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

This div background color is #ac972b


#ac972b Border Color

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

This div border color is #ac972b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac972b


Comments

No comments written yet.

Please login to write comment.