Html Css Color HEX #AA5516 Rich Gold

📋 copy color: '#AA5516'

red 170 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #AA5516

Tints of Rich Gold #AA5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 61.37%
G = 30.69%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5516 (or 0xAA5516) is known color: Rich Gold. HEX triplet: AA, 55 and 16. RGB value is (170,85,22). Sum of RGB (Red+Green+Blue) = 170+85+22=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5516 is #55AAE9. Grayscale: #676767. Windows color (decimal): -5614314 or 1463722. OLE color: 1463722.

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

Color convert

RGB 170 85 22 -
CMYK 0 0.50 0.87 0.33
HSL 25.54º 0.77% 0.38% -
HSV(B) 25.54º 0.87% 0.67% -
XYZ 19.97 15.1 2.62 -
YUV 103.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 170 85 22 0 0.50 0.87 0.33 25.54 0.77 0.38
Hex AA 55 16 0 32 57 21 1A 4D 26
Octal 252 125 26 0 62 127 41 32 115 46
Binary 10101010 1010101 10110 0 110010 1010111 100001 11010 1001101 100110

Color Harmonies of #AA5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5516

Black with #AA5516

Text Example


Text Example

White with #AA5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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