Html Css Color HEX #AA8815 Dark Goldenrod

📋 copy color: '#AA8815'

red 170 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #AA8815

Tints of Dark Goldenrod #AA8815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 51.99%
G = 41.59%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8815 (or 0xAA8815) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 15. RGB value is (170,136,21). Sum of RGB (Red+Green+Blue) = 170+136+21=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8815 is #5577EA. Grayscale: #858585. Windows color (decimal): -5601259 or 1411242. OLE color: 1411242.

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

Color convert

RGB 170 136 21 -
CMYK 0 0.20 0.88 0.33
HSL 46.31º 0.78% 0.37% -
HSV(B) 46.31º 0.88% 0.67% -
XYZ 25.52 26.21 4.42 -
YUV 133.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 170 136 21 0 0.20 0.88 0.33 46.31 0.78 0.37
Hex AA 88 15 0 14 58 21 2E 4E 25
Octal 252 210 25 0 24 130 41 56 116 45
Binary 10101010 10001000 10101 0 10100 1011000 100001 101110 1001110 100101

Color Harmonies of #AA8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8815

Black with #AA8815

Text Example


Text Example

White with #AA8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8815; }

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

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

background-color css

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

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

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

border-color css

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

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

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