Html Css Color HEX #AC8206 Dark Goldenrod

📋 copy color: '#AC8206'

red 172 ◦ green 130 ◦ blue 6

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

Shades of Dark Goldenrod #AC8206

Tints of Dark Goldenrod #AC8206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 55.84%
G = 42.21%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC8206 (or 0xAC8206) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 06. RGB value is (172,130,6). Sum of RGB (Red+Green+Blue) = 172+130+6=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8206 is #537DF9. Grayscale: #808080. Windows color (decimal): -5471738 or 426668. OLE color: 426668.

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

Color convert

RGB 172 130 6 -
CMYK 0 0.24 0.97 0.33
HSL 44.82º 0.93% 0.35% -
HSV(B) 44.82º 0.97% 0.67% -
XYZ 25.03 24.75 3.63 -
YUV 128.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 172 130 6 0 0.24 0.97 0.33 44.82 0.93 0.35
Hex AC 82 6 0 18 61 21 2D 5D 23
Octal 254 202 6 0 30 141 41 55 135 43
Binary 10101100 10000010 110 0 11000 1100001 100001 101101 1011101 100011

Color Harmonies of #AC8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8206

Black with #AC8206

Text Example


Text Example

White with #AC8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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