Html Css Color HEX #AA5511 Rich Gold

📋 copy color: '#AA5511'

red 170 ◦ green 85 ◦ blue 17

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

Shades of Rich Gold #AA5511

Tints of Rich Gold #AA5511

RGB

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

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

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

R = 62.5%
G = 31.25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA5511 (or 0xAA5511) is known color: Rich Gold. HEX triplet: AA, 55 and 11. RGB value is (170,85,17). Sum of RGB (Red+Green+Blue) = 170+85+17=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5511 is #55AAEE. Grayscale: #676767. Windows color (decimal): -5614319 or 1136042. OLE color: 1136042.

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

Color convert

RGB 170 85 17 -
CMYK 0 0.50 0.9 0.33
HSL 26.67º 0.82% 0.37% -
HSV(B) 26.67º 0.9% 0.67% -
XYZ 19.93 15.08 2.39 -
YUV 102.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 170 85 17 0 0.50 0.9 0.33 26.67 0.82 0.37
Hex AA 55 11 0 32 5A 21 1B 52 25
Octal 252 125 21 0 62 132 41 33 122 45
Binary 10101010 1010101 10001 0 110010 1011010 100001 11011 1010010 100101

Color Harmonies of #AA5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5511

Black with #AA5511

Text Example


Text Example

White with #AA5511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5511; }

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

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

background-color css

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

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

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

border-color css

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

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

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