Html Css Color HEX #AA8009 Dark Goldenrod

📋 copy color: '#AA8009'

red 170 ◦ green 128 ◦ blue 9

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

Shades of Dark Goldenrod #AA8009

Tints of Dark Goldenrod #AA8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

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

R = 55.37%
G = 41.69%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA8009 (or 0xAA8009) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 09. RGB value is (170,128,9). Sum of RGB (Red+Green+Blue) = 170+128+9=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8009 is #557FF6. Grayscale: #7F7F7F. Windows color (decimal): -5603319 or 622762. OLE color: 622762.

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

Color convert

RGB 170 128 9 -
CMYK 0 0.25 0.95 0.33
HSL 44.35º 0.9% 0.35% -
HSV(B) 44.35º 0.95% 0.67% -
XYZ 24.35 24 3.61 -
YUV 126.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 170 128 9 0 0.25 0.95 0.33 44.35 0.9 0.35
Hex AA 80 9 0 19 5F 21 2C 5A 23
Octal 252 200 11 0 31 137 41 54 132 43
Binary 10101010 10000000 1001 0 11001 1011111 100001 101100 1011010 100011

Color Harmonies of #AA8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8009

Black with #AA8009

Text Example


Text Example

White with #AA8009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8009; }

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

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

background-color css

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

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

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

border-color css

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

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

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