Html Css Color HEX #AA9206 Dark Goldenrod

📋 copy color: '#AA9206'

red 170 ◦ green 146 ◦ blue 6

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

Shades of Dark Goldenrod #AA9206

Tints of Dark Goldenrod #AA9206

RGB

 RED value IS 170 (66.8% from 255) = 52.8%

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

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

R = 52.8%
G = 45.34%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA9206 (or 0xAA9206) is known color: Dark Goldenrod. HEX triplet: AA, 92 and 06. RGB value is (170,146,6). Sum of RGB (Red+Green+Blue) = 170+146+6=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9206 is #556DF9. Grayscale: #898989. Windows color (decimal): -5598714 or 430762. OLE color: 430762.

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

Color convert

RGB 170 146 6 -
CMYK 0 0.14 0.96 0.33
HSL 51.22º 0.93% 0.35% -
HSV(B) 51.22º 0.96% 0.67% -
XYZ 26.89 29.12 4.38 -
YUV 137.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 170 146 6 0 0.14 0.96 0.33 51.22 0.93 0.35
Hex AA 92 6 0 E 60 21 33 5D 23
Octal 252 222 6 0 16 140 41 63 135 43
Binary 10101010 10010010 110 0 1110 1100000 100001 110011 1011101 100011

Color Harmonies of #AA9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9206

Black with #AA9206

Text Example


Text Example

White with #AA9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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