#AA591C

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

Shades of Rich Gold #AA591C

Tints of Rich Gold #AA591C

Color information

#AA591C (or 0xAA591C) is unknown color: approx Rich Gold. HEX triplet: AA, 59 and 1C. RGB value is (170,89,28). Sum of RGB (Red+Green+Blue) = 170+89+28=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591C is #55A6E3. Grayscale: #6A6A6A. Windows color (decimal): -5613284 or 1857962. OLE color: 1857962.

HSL color Cylindrical-coordinate representation of color #AA591C: hue angle of 25.77º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA591C is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1708928-
CMYK00.480.840.33
HSL25.77º71.72%38.82%-
HSV(B)25.77º83.53%66.67%-
XYZ20.3615.773.07-
YUV106.2683.84173.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=59.23%
G=31.01%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170892800.480.840.3325.7771.7238.82
HexAA591C03054211a4827
Octal25213134060124413211047
Binary1010101010110011110001100001010100100001110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA591C; }

 p { color: rgb(170,89,28); }

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

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

 a { background-color: rgb(170,89,28); }

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

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

 span { border-color: rgb(170,89,28); }

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