Color Hex Logo

#ac9962 Color Hex

#AC9962
(172,153,98)
0 Favorites   0 Comments

Color spaces of #ac9962

RGB 17215398
HSL0.120.310.53
HSV45°43°67°
CMYK 0.000.110.43   0.33
XYZ30.609132.435016.2026
Yxy32.43500.38630.4093
Hunter Lab56.9517-3.729522.9984
CIE-Lab63.7008-0.816931.4317

#ac9962 color RGB value is (172,153,98).

#ac9962 hex color red value is 172, green value is 153 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ac9962 hue: 0.12 , saturation: 0.31 and the lightness value of ac9962 is 0.53.

The process color (four color CMYK) of #ac9962 color hex is 0.00, 0.11, 0.43, 0.33. Web safe color of #ac9962 is #999966. Color #ac9962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 01100010
Octal 254 231 142
Decimal 172 153 98
Hex AC 99 62

RGB Percentages of Color #ac9962

%40.66
%36.17
%23.17

CMYK Percentages of Color #ac9962

%0
%11
%43
%33

Triadic Colors of #ac9962

#ac9962 #62ac99 #9962ac

Analogous Colors of #ac9962

#ac9962 #9aac62 #ac7462

Monochromatic Colors of #ac9962

#ac9962

Complementary Color

#ac9962 #6275ac

#ac9962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9962 Color CSS Codes

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

#ac9962 Text Font Color

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

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


#ac9962 Background Color

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

This div background color is #ac9962


#ac9962 Border Color

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

This div border color is #ac9962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9962


Comments

No comments written yet.

Please login to write comment.