#A2521F

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

Shades of Rich Gold #A2521F

Tints of Rich Gold #A2521F

Color information

#A2521F (or 0xA2521F) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 1F. RGB value is (162,82,31). Sum of RGB (Red+Green+Blue) = 162+82+31=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2521F is #5DADE0. Grayscale: #646464. Windows color (decimal): -6139361 or 2052770. OLE color: 2052770.

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

Color convert

RGB1628231-
CMYK00.490.810.36
HSL23.36º67.88%37.84%-
HSV(B)23.36º80.86%63.53%-
XYZ18.1613.813.01-
YUV100.1189172.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=58.91%
G=29.82%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162823100.490.810.3623.3667.8837.84
HexA2521F0315124174426
Octal24212237061121442710446
Binary1010001010100101111101100011010001100100101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2521F; }

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

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

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

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

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

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

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

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