Html Css Color HEX #AA8909 Dark Goldenrod

📋 copy color: '#AA8909'

red 170 ◦ green 137 ◦ blue 9

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

Shades of Dark Goldenrod #AA8909

Tints of Dark Goldenrod #AA8909

RGB

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

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

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

R = 53.8%
G = 43.35%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA8909 (or 0xAA8909) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 09. RGB value is (170,137,9). Sum of RGB (Red+Green+Blue) = 170+137+9=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8909 is #5576F6. Grayscale: #848484. Windows color (decimal): -5601015 or 625066. OLE color: 625066.

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

Color convert

RGB 170 137 9 -
CMYK 0 0.19 0.95 0.33
HSL 47.7º 0.9% 0.35% -
HSV(B) 47.7º 0.95% 0.67% -
XYZ 25.57 26.46 4.02 -
YUV 132.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 170 137 9 0 0.19 0.95 0.33 47.7 0.9 0.35
Hex AA 89 9 0 13 5F 21 30 5A 23
Octal 252 211 11 0 23 137 41 60 132 43
Binary 10101010 10001001 1001 0 10011 1011111 100001 110000 1011010 100011

Color Harmonies of #AA8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8909

Black with #AA8909

Text Example


Text Example

White with #AA8909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8909; }

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

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

background-color css

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

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

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

border-color css

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

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

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