Html Css Color HEX #AC8210 Dark Goldenrod

📋 copy color: '#AC8210'

red 172 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #AC8210

Tints of Dark Goldenrod #AC8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 54.09%
G = 40.88%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC8210 (or 0xAC8210) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 10. RGB value is (172,130,16). Sum of RGB (Red+Green+Blue) = 172+130+16=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8210 is #537DEF. Grayscale: #828282. Windows color (decimal): -5471728 or 1082028. OLE color: 1082028.

HSL color Cylindrical-coordinate representation of color #AC8210: hue angle of 43.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC8210 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 16 -
CMYK 0 0.24 0.91 0.33
HSL 43.85º 0.83% 0.37% -
HSV(B) 43.85º 0.91% 0.67% -
XYZ 25.09 24.77 3.95 -
YUV 129.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 172 130 16 0 0.24 0.91 0.33 43.85 0.83 0.37
Hex AC 82 10 0 18 5B 21 2C 53 25
Octal 254 202 20 0 30 133 41 54 123 45
Binary 10101100 10000010 10000 0 11000 1011011 100001 101100 1010011 100101

Color Harmonies of #AC8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8210

Black with #AC8210

Text Example


Text Example

White with #AC8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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