Html Css Color HEX #AA8809 Dark Goldenrod

📋 copy color: '#AA8809'

red 170 ◦ green 136 ◦ blue 9

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

Shades of Dark Goldenrod #AA8809

Tints of Dark Goldenrod #AA8809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 9 (3.91% from 255) = 2.86%

R = 53.97%
G = 43.17%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA8809 (or 0xAA8809) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 09. RGB value is (170,136,9). Sum of RGB (Red+Green+Blue) = 170+136+9=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8809 is #5577F6. Grayscale: #848484. Windows color (decimal): -5601271 or 624810. OLE color: 624810.

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

Color convert

RGB 170 136 9 -
CMYK 0 0.20 0.95 0.33
HSL 47.33º 0.9% 0.35% -
HSV(B) 47.33º 0.95% 0.67% -
XYZ 25.43 26.17 3.97 -
YUV 131.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 170 136 9 0 0.20 0.95 0.33 47.33 0.9 0.35
Hex AA 88 9 0 14 5F 21 2F 5A 23
Octal 252 210 11 0 24 137 41 57 132 43
Binary 10101010 10001000 1001 0 10100 1011111 100001 101111 1011010 100011

Color Harmonies of #AA8809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8809

Black with #AA8809

Text Example


Text Example

White with #AA8809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8809; }

 p { color: rgb(170,136,9); }

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

background-color css

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

 a { background-color: rgb(170,136,9); }

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

border-color css

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

 span { border-color: rgb(170,136,9); }

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