Html Css Color HEX #AA5221 Rich Gold

📋 copy color: '#AA5221'

red 170 ◦ green 82 ◦ blue 33

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

Shades of Rich Gold #AA5221

Tints of Rich Gold #AA5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 59.65%
G = 28.77%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5221 (or 0xAA5221) is known color: Rich Gold. HEX triplet: AA, 52 and 21. RGB value is (170,82,33). Sum of RGB (Red+Green+Blue) = 170+82+33=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5221 is #55ADDE. Grayscale: #676767. Windows color (decimal): -5615071 or 2183850. OLE color: 2183850.

HSL color Cylindrical-coordinate representation of color #AA5221: hue angle of 21.46º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA5221 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 82 33 -
CMYK 0 0.52 0.81 0.33
HSL 21.46º 0.67% 0.4% -
HSV(B) 21.46º 0.81% 0.67% -
XYZ 19.87 14.69 3.23 -
YUV 102.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 170 82 33 0 0.52 0.81 0.33 21.46 0.67 0.4
Hex AA 52 21 0 34 51 21 15 43 28
Octal 252 122 41 0 64 121 41 25 103 50
Binary 10101010 1010010 100001 0 110100 1010001 100001 10101 1000011 101000

Color Harmonies of #AA5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5221

Black with #AA5221

Text Example


Text Example

White with #AA5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5221; }

 p { color: rgb(170,82,33); }

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

background-color css

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

 a { background-color: rgb(170,82,33); }

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

border-color css

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

 span { border-color: rgb(170,82,33); }

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