Html Css Color HEX #AA5116 Rich Gold

📋 copy color: '#AA5116'

red 170 ◦ green 81 ◦ blue 22

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

Shades of Rich Gold #AA5116

Tints of Rich Gold #AA5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 62.27%
G = 29.67%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5116 (or 0xAA5116) is known color: Rich Gold. HEX triplet: AA, 51 and 16. RGB value is (170,81,22). Sum of RGB (Red+Green+Blue) = 170+81+22=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5116 is #55AEE9. Grayscale: #656565. Windows color (decimal): -5615338 or 1462698. OLE color: 1462698.

HSL color Cylindrical-coordinate representation of color #AA5116: hue angle of 23.92º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA5116 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 22 -
CMYK 0 0.52 0.87 0.33
HSL 23.92º 0.77% 0.38% -
HSV(B) 23.92º 0.87% 0.67% -
XYZ 19.66 14.49 2.52 -
YUV 100.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 170 81 22 0 0.52 0.87 0.33 23.92 0.77 0.38
Hex AA 51 16 0 34 57 21 18 4D 26
Octal 252 121 26 0 64 127 41 30 115 46
Binary 10101010 1010001 10110 0 110100 1010111 100001 11000 1001101 100110

Color Harmonies of #AA5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5116

Black with #AA5116

Text Example


Text Example

White with #AA5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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