#A15012

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

Shades of Rich Gold #A15012

Tints of Rich Gold #A15012

Color information

#A15012 (or 0xA15012) is unknown color: approx Rich Gold. HEX triplet: A1, 50 and 12. RGB value is (161,80,18). Sum of RGB (Red+Green+Blue) = 161+80+18=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A15012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15012 is #5EAFED. Grayscale: #616161. Windows color (decimal): -6205422 or 1200289. OLE color: 1200289.

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

Color convert

RGB1618018-
CMYK00.500.890.37
HSL26.01º79.89%35.1%-
HSV(B)26.01º88.82%63.14%-
XYZ17.6813.362.22-
YUV97.1583.34173.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=62.16%
G=30.89%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161801800.500.890.3726.0179.8935.1
HexA1501203259251a5023
Octal24112022062131453212043
Binary1010000110100001001001100101011001100101110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15012; }

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

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

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

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

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

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

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

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