Html Css Color HEX #AA9000 Dark Goldenrod

📋 copy color: '#AA9000'

red 170 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #AA9000

Tints of Dark Goldenrod #AA9000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.14%
G = 45.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA9000 (or 0xAA9000) is known color: Dark Goldenrod. HEX triplet: AA, 90 and 00. RGB value is (170,144,0). Sum of RGB (Red+Green+Blue) = 170+144+0=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9000 is #556FFF. Grayscale: #878787. Windows color (decimal): -5599232 or 37034. OLE color: 37034.

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

Color convert

RGB 170 144 0 -
CMYK 0 0.15 1 0.33
HSL 50.82º 1% 0.33% -
HSV(B) 50.82º 1% 0.67% -
XYZ 26.55 28.49 4.1 -
YUV 135.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 170 144 0 0 0.15 1 0.33 50.82 1 0.33
Hex AA 90 0 0 F 64 21 33 64 21
Octal 252 220 0 0 17 144 41 63 144 41
Binary 10101010 10010000 0 0 1111 1100100 100001 110011 1100100 100001

Color Harmonies of #AA9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9000

Black with #AA9000

Text Example


Text Example

White with #AA9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9000; }

 p { color: rgb(170,144,0); }

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

background-color css

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

 a { background-color: rgb(170,144,0); }

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

border-color css

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

 span { border-color: rgb(170,144,0); }

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