Html Css Color HEX #AA5611 Rich Gold

📋 copy color: '#AA5611'

red 170 ◦ green 86 ◦ blue 17

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

Shades of Rich Gold #AA5611

Tints of Rich Gold #AA5611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 62.27%
G = 31.5%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA5611 (or 0xAA5611) is known color: Rich Gold. HEX triplet: AA, 56 and 11. RGB value is (170,86,17). Sum of RGB (Red+Green+Blue) = 170+86+17=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5611 is #55A9EE. Grayscale: #676767. Windows color (decimal): -5614063 or 1136298. OLE color: 1136298.

HSL color Cylindrical-coordinate representation of color #AA5611: hue angle of 27.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA5611 is Cyan = 0, Magento = 0.49, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 17 -
CMYK 0 0.49 0.9 0.33
HSL 27.06º 0.82% 0.37% -
HSV(B) 27.06º 0.9% 0.67% -
XYZ 20.01 15.24 2.42 -
YUV 103.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 170 86 17 0 0.49 0.9 0.33 27.06 0.82 0.37
Hex AA 56 11 0 31 5A 21 1B 52 25
Octal 252 126 21 0 61 132 41 33 122 45
Binary 10101010 1010110 10001 0 110001 1011010 100001 11011 1010010 100101

Color Harmonies of #AA5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5611

Black with #AA5611

Text Example


Text Example

White with #AA5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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