Html Css Color HEX #AA5616 Rich Gold

📋 copy color: '#AA5616'

red 170 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #AA5616

Tints of Rich Gold #AA5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 61.15%
G = 30.94%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5616 (or 0xAA5616) is known color: Rich Gold. HEX triplet: AA, 56 and 16. RGB value is (170,86,22). Sum of RGB (Red+Green+Blue) = 170+86+22=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5616 is #55A9E9. Grayscale: #686868. Windows color (decimal): -5614058 or 1463978. OLE color: 1463978.

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

Color convert

RGB 170 86 22 -
CMYK 0 0.49 0.87 0.33
HSL 25.95º 0.77% 0.38% -
HSV(B) 25.95º 0.87% 0.67% -
XYZ 20.05 15.26 2.65 -
YUV 103.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 170 86 22 0 0.49 0.87 0.33 25.95 0.77 0.38
Hex AA 56 16 0 31 57 21 1A 4D 26
Octal 252 126 26 0 61 127 41 32 115 46
Binary 10101010 1010110 10110 0 110001 1010111 100001 11010 1001101 100110

Color Harmonies of #AA5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5616

Black with #AA5616

Text Example


Text Example

White with #AA5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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