Color Hex Logo

#ac983f Color Hex

#AC983F
(172,152,63)
0 Favorites   0 Comments

Color spaces of #ac983f

RGB 17215263
HSL0.140.460.46
HSV49°63°67°
CMYK 0.000.120.63   0.33
XYZ29.138731.58609.2636
Yxy31.58600.41630.4513
Hunter Lab56.2014-5.805829.5683
CIE-Lab62.9992-3.371148.2419

#ac983f color RGB value is (172,152,63).

#ac983f hex color red value is 172, green value is 152 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac983f hue: 0.14 , saturation: 0.46 and the lightness value of ac983f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011000 00111111
Octal 254 230 77
Decimal 172 152 63
Hex AC 98 3F

RGB Percentages of Color #ac983f

%44.44
%39.28
%16.28

CMYK Percentages of Color #ac983f

%0
%12
%63
%33

Triadic Colors of #ac983f

#ac983f #3fac98 #983fac

Analogous Colors of #ac983f

#ac983f #8aac3f #ac623f

Monochromatic Colors of #ac983f

#ac983f

Complementary Color

#ac983f #3f53ac

#ac983f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac983f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac983f Color CSS Codes

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

#ac983f Text Font Color

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

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


#ac983f Background Color

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

This div background color is #ac983f


#ac983f Border Color

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

This div border color is #ac983f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac983f


Comments

No comments written yet.

Please login to write comment.