Html Css Color HEX #AA5816 Rich Gold

📋 copy color: '#AA5816'

red 170 ◦ green 88 ◦ blue 22

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

Shades of Rich Gold #AA5816

Tints of Rich Gold #AA5816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 60.71%
G = 31.43%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5816 (or 0xAA5816) is known color: Rich Gold. HEX triplet: AA, 58 and 16. RGB value is (170,88,22). Sum of RGB (Red+Green+Blue) = 170+88+22=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5816 is #55A7E9. Grayscale: #696969. Windows color (decimal): -5613546 or 1464490. OLE color: 1464490.

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

Color convert

RGB 170 88 22 -
CMYK 0 0.48 0.87 0.33
HSL 26.76º 0.77% 0.38% -
HSV(B) 26.76º 0.87% 0.67% -
XYZ 20.21 15.58 2.7 -
YUV 104.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 170 88 22 0 0.48 0.87 0.33 26.76 0.77 0.38
Hex AA 58 16 0 30 57 21 1B 4D 26
Octal 252 130 26 0 60 127 41 33 115 46
Binary 10101010 1011000 10110 0 110000 1010111 100001 11011 1001101 100110

Color Harmonies of #AA5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5816

Black with #AA5816

Text Example


Text Example

White with #AA5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5816; }

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

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

background-color css

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

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

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

border-color css

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

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

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