#A9521C

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

Shades of Rich Gold #A9521C

Tints of Rich Gold #A9521C

Color information

#A9521C (or 0xA9521C) is unknown color: approx Rich Gold. HEX triplet: A9, 52 and 1C. RGB value is (169,82,28). Sum of RGB (Red+Green+Blue) = 169+82+28=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9521C is #56ADE3. Grayscale: #666666. Windows color (decimal): -5680612 or 1856169. OLE color: 1856169.

HSL color Cylindrical-coordinate representation of color #A9521C: hue angle of 22.98º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9521C is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1698228-
CMYK00.510.830.34
HSL22.98º71.57%38.63%-
HSV(B)22.98º83.43%66.27%-
XYZ19.5914.552.88-
YUV101.8686.32175.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 28 (11.33% from 255) = 10.04%
R=60.57%
G=29.39%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169822800.510.830.3422.9871.5738.63
HexA9521C0335322174827
Octal25112234063123422711047
Binary1010100110100101110001100111010011100010101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9521C; }

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

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

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

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

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

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

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

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