#A2521A

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

Shades of Rich Gold #A2521A

Tints of Rich Gold #A2521A

Color information

#A2521A (or 0xA2521A) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 1A. RGB value is (162,82,26). Sum of RGB (Red+Green+Blue) = 162+82+26=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2521A is #5DADE5. Grayscale: #636363. Windows color (decimal): -6139366 or 1725090. OLE color: 1725090.

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

Color convert

RGB1628226-
CMYK00.490.840.36
HSL24.71º72.34%36.86%-
HSV(B)24.71º83.95%63.53%-
XYZ18.113.792.68-
YUV99.5486.5172.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=60%
G=30.37%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162822600.490.840.3624.7172.3436.86
HexA2521A0315424194825
Octal24212232061124443111045
Binary1010001010100101101001100011010100100100110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2521A; }

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

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

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

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

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

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

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

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