Html Css Color HEX #AC9206 Dark Goldenrod

📋 copy color: '#AC9206'

red 172 ◦ green 146 ◦ blue 6

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

Shades of Dark Goldenrod #AC9206

Tints of Dark Goldenrod #AC9206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 53.09%
G = 45.06%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC9206 (or 0xAC9206) is known color: Dark Goldenrod. HEX triplet: AC, 92 and 06. RGB value is (172,146,6). Sum of RGB (Red+Green+Blue) = 172+146+6=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9206 is #536DF9. Grayscale: #8A8A8A. Windows color (decimal): -5467642 or 430764. OLE color: 430764.

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

Color convert

RGB 172 146 6 -
CMYK 0 0.15 0.97 0.33
HSL 50.6º 0.93% 0.35% -
HSV(B) 50.6º 0.97% 0.67% -
XYZ 27.33 29.34 4.4 -
YUV 137.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 172 146 6 0 0.15 0.97 0.33 50.6 0.93 0.35
Hex AC 92 6 0 F 61 21 33 5D 23
Octal 254 222 6 0 17 141 41 63 135 43
Binary 10101100 10010010 110 0 1111 1100001 100001 110011 1011101 100011

Color Harmonies of #AC9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9206

Black with #AC9206

Text Example


Text Example

White with #AC9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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