#AA5D21

Color #AA5D21 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AA5D21

Tints of Rich Gold #AA5D21

Color information

#AA5D21 (or 0xAA5D21) is unknown color: approx Rich Gold. HEX triplet: AA, 5D and 21. RGB value is (170,93,33). Sum of RGB (Red+Green+Blue) = 170+93+33=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D21 is #55A2DE. Grayscale: #6D6D6D. Windows color (decimal): -5612255 or 2186666. OLE color: 2186666.

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

Color convert

RGB1709333-
CMYK00.450.810.33
HSL26.28º67.49%39.8%-
HSV(B)26.28º80.59%66.67%-
XYZ20.7716.483.53-
YUV109.1885.01171.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.43%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=57.43%
G=31.42%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170933300.450.810.3326.2867.4939.8
HexAA5D2102D51211a4328
Octal25213541055121413210350
Binary10101010101110110000101011011010001100001110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D21; }

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

 H1.HeaderClassName
 {
   color: #AA5D21;
 }
 .AnyTagClassName
 {
   color: #AA5D21;
 }
</style>
background-color css

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

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

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

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

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

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