Html Css Color HEX #AA9007 Dark Goldenrod

📋 copy color: '#AA9007'

red 170 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #AA9007

Tints of Dark Goldenrod #AA9007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 52.96%
G = 44.86%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA9007 (or 0xAA9007) is known color: Dark Goldenrod. HEX triplet: AA, 90 and 07. RGB value is (170,144,7). Sum of RGB (Red+Green+Blue) = 170+144+7=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9007 is #556FF8. Grayscale: #888888. Windows color (decimal): -5599225 or 495786. OLE color: 495786.

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

Color convert

RGB 170 144 7 -
CMYK 0 0.15 0.96 0.33
HSL 50.43º 0.92% 0.35% -
HSV(B) 50.43º 0.96% 0.67% -
XYZ 26.59 28.51 4.3 -
YUV 136.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 170 144 7 0 0.15 0.96 0.33 50.43 0.92 0.35
Hex AA 90 7 0 F 60 21 32 5C 23
Octal 252 220 7 0 17 140 41 62 134 43
Binary 10101010 10010000 111 0 1111 1100000 100001 110010 1011100 100011

Color Harmonies of #AA9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9007

Black with #AA9007

Text Example


Text Example

White with #AA9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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