#A2521D

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

Shades of Rich Gold #A2521D

Tints of Rich Gold #A2521D

Color information

#A2521D (or 0xA2521D) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 1D. RGB value is (162,82,29). Sum of RGB (Red+Green+Blue) = 162+82+29=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2521D is #5DADE2. Grayscale: #646464. Windows color (decimal): -6139363 or 1921698. OLE color: 1921698.

HSL color Cylindrical-coordinate representation of color #A2521D: hue angle of 23.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2521D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1628229-
CMYK00.490.820.36
HSL23.91º69.63%37.45%-
HSV(B)23.91º82.1%63.53%-
XYZ18.1413.82.87-
YUV99.8888172.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=59.34%
G=30.04%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162822900.490.820.3623.9169.6337.45
HexA2521D0315224184625
Octal24212235061122443010645
Binary1010001010100101110101100011010010100100110001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2521D; }

 p { color: rgb(162,82,29); }

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

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

 a { background-color: rgb(162,82,29); }

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

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

 span { border-color: rgb(162,82,29); }

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