#A25012

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

Shades of Rich Gold #A25012

Tints of Rich Gold #A25012

Color information

#A25012 (or 0xA25012) is unknown color: approx Rich Gold. HEX triplet: A2, 50 and 12. RGB value is (162,80,18). Sum of RGB (Red+Green+Blue) = 162+80+18=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A25012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25012 is #5DAFED. Grayscale: #616161. Windows color (decimal): -6139886 or 1200290. OLE color: 1200290.

HSL color Cylindrical-coordinate representation of color #A25012: hue angle of 25.83º 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 #A25012 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1628018-
CMYK00.510.890.36
HSL25.83º80%35.29%-
HSV(B)25.83º88.89%63.53%-
XYZ17.8813.462.23-
YUV97.4583.17174.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=62.31%
G=30.77%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162801800.510.890.3625.838035.29
HexA2501203359241a5023
Octal24212022063131443212043
Binary1010001010100001001001100111011001100100110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25012; }

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

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

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

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

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

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

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

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