#AA541C

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

Shades of Rich Gold #AA541C

Tints of Rich Gold #AA541C

Color information

#AA541C (or 0xAA541C) is unknown color: approx Rich Gold. HEX triplet: AA, 54 and 1C. RGB value is (170,84,28). Sum of RGB (Red+Green+Blue) = 170+84+28=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA541C is #55ABE3. Grayscale: #676767. Windows color (decimal): -5614564 or 1856682. OLE color: 1856682.

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

Color convert

RGB1708428-
CMYK00.510.840.33
HSL23.66º71.72%38.82%-
HSV(B)23.66º83.53%66.67%-
XYZ19.9614.972.94-
YUV103.3385.49175.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=60.28%
G=29.79%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170842800.510.840.3323.6671.7238.82
HexAA541C0335421184827
Octal25212434063124413011047
Binary1010101010101001110001100111010100100001110001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA541C; }

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

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

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

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

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

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

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

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