#AA581C

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

Shades of Rich Gold #AA581C

Tints of Rich Gold #AA581C

Color information

#AA581C (or 0xAA581C) is unknown color: approx Rich Gold. HEX triplet: AA, 58 and 1C. RGB value is (170,88,28). Sum of RGB (Red+Green+Blue) = 170+88+28=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA581C is #55A7E3. Grayscale: #696969. Windows color (decimal): -5613540 or 1857706. OLE color: 1857706.

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

Color convert

RGB1708828-
CMYK00.480.840.33
HSL25.35º71.72%38.82%-
HSV(B)25.35º83.53%66.67%-
XYZ20.2815.613.04-
YUV105.6884.17173.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.44%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 28 (11.33% from 255) = 9.79%
R=59.44%
G=30.77%
B=9.79%

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
Decimal170882800.480.840.3325.3571.7238.82
HexAA581C0305421194827
Octal25213034060124413111047
Binary1010101010110001110001100001010100100001110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA581C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA581C; }

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

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

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

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

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

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

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

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