Html Css Color HEX #AA8906 Dark Goldenrod

📋 copy color: '#AA8906'

red 170 ◦ green 137 ◦ blue 6

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

Shades of Dark Goldenrod #AA8906

Tints of Dark Goldenrod #AA8906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

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

R = 54.31%
G = 43.77%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA8906 (or 0xAA8906) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 06. RGB value is (170,137,6). Sum of RGB (Red+Green+Blue) = 170+137+6=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8906 is #5576F9. Grayscale: #848484. Windows color (decimal): -5601018 or 428458. OLE color: 428458.

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

Color convert

RGB 170 137 6 -
CMYK 0 0.19 0.96 0.33
HSL 47.93º 0.93% 0.35% -
HSV(B) 47.93º 0.96% 0.67% -
XYZ 25.56 26.45 3.93 -
YUV 131.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 170 137 6 0 0.19 0.96 0.33 47.93 0.93 0.35
Hex AA 89 6 0 13 60 21 30 5D 23
Octal 252 211 6 0 23 140 41 60 135 43
Binary 10101010 10001001 110 0 10011 1100000 100001 110000 1011101 100011

Color Harmonies of #AA8906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8906

Black with #AA8906

Text Example


Text Example

White with #AA8906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8906; }

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

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

background-color css

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

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

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

border-color css

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

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

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