#AA5C21

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

Shades of Rich Gold #AA5C21

Tints of Rich Gold #AA5C21

Color information

#AA5C21 (or 0xAA5C21) is unknown color: approx Rich Gold. HEX triplet: AA, 5C and 21. RGB value is (170,92,33). Sum of RGB (Red+Green+Blue) = 170+92+33=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C21 is #55A3DE. Grayscale: #6C6C6C. Windows color (decimal): -5612511 or 2186410. OLE color: 2186410.

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

Color convert

RGB1709233-
CMYK00.460.810.33
HSL25.84º67.49%39.8%-
HSV(B)25.84º80.59%66.67%-
XYZ20.6816.313.5-
YUV108.685.34171.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=57.63%
G=31.19%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170923300.460.810.3325.8467.4939.8
HexAA5C2102E51211a4328
Octal25213441056121413210350
Binary10101010101110010000101011101010001100001110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C21; }

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

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

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

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

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

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

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

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