#AA5A24

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

Shades of Rich Gold #AA5A24

Tints of Rich Gold #AA5A24

Color information

#AA5A24 (or 0xAA5A24) is unknown color: approx Rich Gold. HEX triplet: AA, 5A and 24. RGB value is (170,90,36). Sum of RGB (Red+Green+Blue) = 170+90+36=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A24 is #55A5DB. Grayscale: #6C6C6C. Windows color (decimal): -5613020 or 2382506. OLE color: 2382506.

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

Color convert

RGB1709036-
CMYK00.470.790.33
HSL24.18º65.05%40.39%-
HSV(B)24.18º78.82%66.67%-
XYZ20.5515.993.67-
YUV107.7687.5172.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.43%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 36 (14.45% from 255) = 12.16%
R=57.43%
G=30.41%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170903600.470.790.3324.1865.0540.39
HexAA5A2402F4F21184128
Octal25213244057117413010150
Binary10101010101101010010001011111001111100001110001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A24; }

 p { color: rgb(170,90,36); }

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

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

 a { background-color: rgb(170,90,36); }

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

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

 span { border-color: rgb(170,90,36); }

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