#A25212

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

Shades of Rich Gold #A25212

Tints of Rich Gold #A25212

Color information

#A25212 (or 0xA25212) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 12. RGB value is (162,82,18). Sum of RGB (Red+Green+Blue) = 162+82+18=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25212 is #5DADED. Grayscale: #626262. Windows color (decimal): -6139374 or 1200802. OLE color: 1200802.

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

Color convert

RGB1628218-
CMYK00.490.890.36
HSL26.67º80%35.29%-
HSV(B)26.67º88.89%63.53%-
XYZ18.0313.762.28-
YUV98.6282.5173.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=61.83%
G=31.30%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162821800.490.890.3626.678035.29
HexA2521203159241b5023
Octal24212222061131443312043
Binary1010001010100101001001100011011001100100110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25212; }

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

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

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

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

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

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

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

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