#AA521C

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

Shades of Rich Gold #AA521C

Tints of Rich Gold #AA521C

Color information

#AA521C (or 0xAA521C) is unknown color: approx Rich Gold. HEX triplet: AA, 52 and 1C. RGB value is (170,82,28). Sum of RGB (Red+Green+Blue) = 170+82+28=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521C is #55ADE3. Grayscale: #666666. Windows color (decimal): -5615076 or 1856170. OLE color: 1856170.

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

Color convert

RGB1708228-
CMYK00.520.840.33
HSL22.82º71.72%38.82%-
HSV(B)22.82º83.53%66.67%-
XYZ19.814.662.89-
YUV102.1686.15176.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 28 (11.33% from 255) = 10%
R=60.71%
G=29.29%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170822800.520.840.3322.8271.7238.82
HexAA521C0345421174827
Octal25212234064124412711047
Binary1010101010100101110001101001010100100001101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA521C; }

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

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

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

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

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

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

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

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