Html Css Color HEX #AA8805 Dark Goldenrod

📋 copy color: '#AA8805'

red 170 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #AA8805

Tints of Dark Goldenrod #AA8805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 54.66%
G = 43.73%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA8805 (or 0xAA8805) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 05. RGB value is (170,136,5). Sum of RGB (Red+Green+Blue) = 170+136+5=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8805 is #5577FA. Grayscale: #838383. Windows color (decimal): -5601275 or 362666. OLE color: 362666.

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

Color convert

RGB 170 136 5 -
CMYK 0 0.20 0.97 0.33
HSL 47.64º 0.94% 0.34% -
HSV(B) 47.64º 0.97% 0.67% -
XYZ 25.41 26.17 3.85 -
YUV 131.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 170 136 5 0 0.20 0.97 0.33 47.64 0.94 0.34
Hex AA 88 5 0 14 61 21 30 5E 22
Octal 252 210 5 0 24 141 41 60 136 42
Binary 10101010 10001000 101 0 10100 1100001 100001 110000 1011110 100010

Color Harmonies of #AA8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8805

Black with #AA8805

Text Example


Text Example

White with #AA8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8805; }

 p { color: rgb(170,136,5); }

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

background-color css

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

 a { background-color: rgb(170,136,5); }

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

border-color css

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

 span { border-color: rgb(170,136,5); }

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