Html Css Color HEX #AA5115 Rich Gold

📋 copy color: '#AA5115'

red 170 ◦ green 81 ◦ blue 21

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

Shades of Rich Gold #AA5115

Tints of Rich Gold #AA5115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 62.5%
G = 29.78%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA5115 (or 0xAA5115) is known color: Rich Gold. HEX triplet: AA, 51 and 15. RGB value is (170,81,21). Sum of RGB (Red+Green+Blue) = 170+81+21=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5115 is #55AEEA. Grayscale: #656565. Windows color (decimal): -5615339 or 1397162. OLE color: 1397162.

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

Color convert

RGB 170 81 21 -
CMYK 0 0.52 0.88 0.33
HSL 24.16º 0.78% 0.37% -
HSV(B) 24.16º 0.88% 0.67% -
XYZ 19.66 14.49 2.47 -
YUV 100.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 170 81 21 0 0.52 0.88 0.33 24.16 0.78 0.37
Hex AA 51 15 0 34 58 21 18 4E 25
Octal 252 121 25 0 64 130 41 30 116 45
Binary 10101010 1010001 10101 0 110100 1011000 100001 11000 1001110 100101

Color Harmonies of #AA5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5115

Black with #AA5115

Text Example


Text Example

White with #AA5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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