Shades of Rich Gold #A14F10
Tints of Rich Gold #A14F10
RGB
CMYK
RGB Variations
Color information
#A14F10 (or 0xA14F10) is known color: Rich Gold. HEX triplet: A1, 4F and 10. RGB value is (161,79,16). Sum of RGB (Red+Green+Blue) = 161+79+16=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F10 is #5EB0EF. Grayscale: #606060. Windows color (decimal): -6205680 or 1068961. OLE color: 1068961.
HSL color Cylindrical-coordinate representation of color #A14F10: hue angle of 26.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A14F10 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 16 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.37 |
| HSL | 26.07º | 0.82% | 0.35% | - |
| HSV(B) | 26.07º | 0.9% | 0.63% | - |
| XYZ | 17.59 | 13.21 | 2.11 | - |
| YUV | 96.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 16 | 0 | 0.51 | 0.90 | 0.37 | 26.07 | 0.82 | 0.35 |
| Hex | A1 | 4F | 10 | 0 | 33 | 5A | 25 | 1A | 52 | 23 |
| Octal | 241 | 117 | 20 | 0 | 63 | 132 | 45 | 32 | 122 | 43 |
| Binary | 10100001 | 1001111 | 10000 | 0 | 110011 | 1011010 | 100101 | 11010 | 1010010 | 100011 |
Color Harmonies of #A14F10
Complementary color
Monochromatic Colors of #A14F10
Black with #A14F10
Text Example
Text Example
White with #A14F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F10; }
p { color: rgb(161,79,16); }
H1.HeaderClassName
{
color: #A14F10;
}
.AnyTagClassName
{
color: #A14F10;
}
</style>
background-color css
<style>
a { background-color: #A14F10; }
a { background-color: rgb(161,79,16); }
div.DivClassName
{
background-color: #A14F10;
}
.BgClassName
{
background-color: #A14F10;
}
</style>
border-color css
<style>
span { border-color: #A14F10; }
span { border-color: rgb(161,79,16); }
td.TdClassName
{
border-color: #A14F10;
}
.TagClassName
{
border-color: #A14F10;
}
</style>