Html Css Color HEX #AC8217 Dark Goldenrod

📋 copy color: '#AC8217'

red 172 ◦ green 130 ◦ blue 23

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

Shades of Dark Goldenrod #AC8217

Tints of Dark Goldenrod #AC8217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 52.92%
G = 40%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC8217 (or 0xAC8217) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 17. RGB value is (172,130,23). Sum of RGB (Red+Green+Blue) = 172+130+23=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8217 is #537DE8. Grayscale: #828282. Windows color (decimal): -5471721 or 1540780. OLE color: 1540780.

HSL color Cylindrical-coordinate representation of color #AC8217: hue angle of 43.09º 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 #AC8217 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 23 -
CMYK 0 0.24 0.87 0.33
HSL 43.09º 0.76% 0.38% -
HSV(B) 43.09º 0.87% 0.67% -
XYZ 25.15 24.8 4.27 -
YUV 130.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 172 130 23 0 0.24 0.87 0.33 43.09 0.76 0.38
Hex AC 82 17 0 18 57 21 2B 4C 26
Octal 254 202 27 0 30 127 41 53 114 46
Binary 10101100 10000010 10111 0 11000 1010111 100001 101011 1001100 100110

Color Harmonies of #AC8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8217

Black with #AC8217

Text Example


Text Example

White with #AC8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8217; }

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

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

background-color css

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

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

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

border-color css

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

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

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