#A25221

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

Shades of Rich Gold #A25221

Tints of Rich Gold #A25221

Color information

#A25221 (or 0xA25221) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 21. RGB value is (162,82,33). Sum of RGB (Red+Green+Blue) = 162+82+33=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A25221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25221 is #5DADDE. Grayscale: #646464. Windows color (decimal): -6139359 or 2183842. OLE color: 2183842.

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

Color convert

RGB1628233-
CMYK00.490.800.36
HSL22.79º66.15%38.24%-
HSV(B)22.79º79.63%63.53%-
XYZ18.1913.833.15-
YUV100.3390171.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 33 (13.28% from 255) = 11.91%
R=58.48%
G=29.60%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162823300.490.800.3622.7966.1538.24
HexA252210315024174226
Octal24212241061120442710246
Binary10100010101001010000101100011010000100100101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25221; }

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

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

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

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

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

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

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

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