Html Css Color HEX #AA8902 Dark Goldenrod

📋 copy color: '#AA8902'

red 170 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #AA8902

Tints of Dark Goldenrod #AA8902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 55.02%
G = 44.34%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA8902 (or 0xAA8902) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 02. RGB value is (170,137,2). Sum of RGB (Red+Green+Blue) = 170+137+2=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8902 is #5576FD. Grayscale: #848484. Windows color (decimal): -5601022 or 166314. OLE color: 166314.

HSL color Cylindrical-coordinate representation of color #AA8902: hue angle of 48.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA8902 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 2 -
CMYK 0 0.19 0.99 0.33
HSL 48.21º 0.98% 0.34% -
HSV(B) 48.21º 0.99% 0.67% -
XYZ 25.53 26.44 3.82 -
YUV 131.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 170 137 2 0 0.19 0.99 0.33 48.21 0.98 0.34
Hex AA 89 2 0 13 63 21 30 62 22
Octal 252 211 2 0 23 143 41 60 142 42
Binary 10101010 10001001 10 0 10011 1100011 100001 110000 1100010 100010

Color Harmonies of #AA8902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8902

Black with #AA8902

Text Example


Text Example

White with #AA8902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8902; }

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

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

background-color css

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

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

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

border-color css

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

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

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