Html Css Color HEX #AC8417 Dark Goldenrod

📋 copy color: '#AC8417'

red 172 ◦ green 132 ◦ blue 23

#AC8417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AC8417

Tints of Dark Goldenrod #AC8417

RGB

 RED value IS 172 (67.58% from 255) = 52.6%

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 52.6%
G = 40.37%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC8417 (or 0xAC8417) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 17. RGB value is (172,132,23). Sum of RGB (Red+Green+Blue) = 172+132+23=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8417 is #537BE8. Grayscale: #848484. Windows color (decimal): -5471209 or 1541292. OLE color: 1541292.

HSL color Cylindrical-coordinate representation of color #AC8417: hue angle of 43.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC8417 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 23 -
CMYK 0 0.23 0.87 0.33
HSL 43.89º 0.76% 0.38% -
HSV(B) 43.89º 0.87% 0.67% -
XYZ 25.42 25.34 4.36 -
YUV 131.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 172 132 23 0 0.23 0.87 0.33 43.89 0.76 0.38
Hex AC 84 17 0 17 57 21 2C 4C 26
Octal 254 204 27 0 27 127 41 54 114 46
Binary 10101100 10000100 10111 0 10111 1010111 100001 101100 1001100 100110

Color Harmonies of #AC8417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8417

Black with #AC8417

Text Example


Text Example

White with #AC8417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8417; }

 p { color: rgb(172,132,23); }

 H1.HeaderClassName
 {
   color: #AC8417;
 }
 .AnyTagClassName
 {
   color: #AC8417;
 }
</style>

background-color css

<style>
 a { background-color: #AC8417; }

 a { background-color: rgb(172,132,23); }

 div.DivClassName
 {
   background-color: #AC8417;
 }
 .BgClassName
 {
   background-color: #AC8417;
 }
</style>

border-color css

<style>
 span { border-color: #AC8417; }

 span { border-color: rgb(172,132,23); }

 td.TdClassName
 {
   border-color: #AC8417;
 }
 .TagClassName
 {
   border-color: #AC8417;
 }
</style>