Html Css Color HEX #AA8900 Dark Goldenrod

📋 copy color: '#AA8900'

red 170 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #AA8900

Tints of Dark Goldenrod #AA8900

RGB

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

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

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

R = 55.37%
G = 44.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA8900 (or 0xAA8900) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 00. RGB value is (170,137,0). Sum of RGB (Red+Green+Blue) = 170+137+0=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8900 is #5576FF. Grayscale: #838383. Windows color (decimal): -5601024 or 35242. OLE color: 35242.

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

Color convert

RGB 170 137 0 -
CMYK 0 0.19 1 0.33
HSL 48.35º 1% 0.33% -
HSV(B) 48.35º 1% 0.67% -
XYZ 25.52 26.44 3.76 -
YUV 131.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 170 137 0 0 0.19 1 0.33 48.35 1 0.33
Hex AA 89 0 0 13 64 21 30 64 21
Octal 252 211 0 0 23 144 41 60 144 41
Binary 10101010 10001001 0 0 10011 1100100 100001 110000 1100100 100001

Color Harmonies of #AA8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8900

Black with #AA8900

Text Example


Text Example

White with #AA8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8900; }

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

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

background-color css

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

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

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

border-color css

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

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

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