#AA571C

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

Shades of Rich Gold #AA571C

Tints of Rich Gold #AA571C

Color information

#AA571C (or 0xAA571C) is unknown color: approx Rich Gold. HEX triplet: AA, 57 and 1C. RGB value is (170,87,28). Sum of RGB (Red+Green+Blue) = 170+87+28=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA571C is #55A8E3. Grayscale: #696969. Windows color (decimal): -5613796 or 1857450. OLE color: 1857450.

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

Color convert

RGB1708728-
CMYK00.490.840.33
HSL24.93º71.72%38.82%-
HSV(B)24.93º83.53%66.67%-
XYZ20.215.453.02-
YUV105.0984.5174.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=59.65%
G=30.53%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170872800.490.840.3324.9371.7238.82
HexAA571C0315421194827
Octal25212734061124413111047
Binary1010101010101111110001100011010100100001110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA571C; }

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

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

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

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

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

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

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

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