#AA5124

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

Shades of Rich Gold #AA5124

Tints of Rich Gold #AA5124

Color information

#AA5124 (or 0xAA5124) is unknown color: approx Rich Gold. HEX triplet: AA, 51 and 24. RGB value is (170,81,36). Sum of RGB (Red+Green+Blue) = 170+81+36=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5124 is #55AEDB. Grayscale: #666666. Windows color (decimal): -5615324 or 2380202. OLE color: 2380202.

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

Color convert

RGB1708136-
CMYK00.520.790.33
HSL20.15º65.05%40.39%-
HSV(B)20.15º78.82%66.67%-
XYZ19.8414.563.43-
YUV102.4890.49176.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=59.23%
G=28.22%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170813600.520.790.3320.1565.0540.39
HexAA51240344F21144128
Octal25212144064117412410150
Binary10101010101000110010001101001001111100001101001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5124; }

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

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

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

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

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

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

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

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