Shades of Rich Gold #A14B12
Tints of Rich Gold #A14B12
RGB
CMYK
RGB Variations
Color information
#A14B12 (or 0xA14B12) is known color: Rich Gold. HEX triplet: A1, 4B and 12. RGB value is (161,75,18). Sum of RGB (Red+Green+Blue) = 161+75+18=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14B12 is #5EB4ED. Grayscale: #5E5E5E. Windows color (decimal): -6206702 or 1199009. OLE color: 1199009.
HSL color Cylindrical-coordinate representation of color #A14B12: hue angle of 23.92º 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 #A14B12 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 18 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.37 |
| HSL | 23.92º | 0.8% | 0.35% | - |
| HSV(B) | 23.92º | 0.89% | 0.63% | - |
| XYZ | 17.32 | 12.65 | 2.1 | - |
| YUV | 94.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 18 | 0 | 0.53 | 0.89 | 0.37 | 23.92 | 0.8 | 0.35 |
| Hex | A1 | 4B | 12 | 0 | 35 | 59 | 25 | 18 | 50 | 23 |
| Octal | 241 | 113 | 22 | 0 | 65 | 131 | 45 | 30 | 120 | 43 |
| Binary | 10100001 | 1001011 | 10010 | 0 | 110101 | 1011001 | 100101 | 11000 | 1010000 | 100011 |
Color Harmonies of #A14B12
Complementary color
Monochromatic Colors of #A14B12
Black with #A14B12
Text Example
Text Example
White with #A14B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B12; }
p { color: rgb(161,75,18); }
H1.HeaderClassName
{
color: #A14B12;
}
.AnyTagClassName
{
color: #A14B12;
}
</style>
background-color css
<style>
a { background-color: #A14B12; }
a { background-color: rgb(161,75,18); }
div.DivClassName
{
background-color: #A14B12;
}
.BgClassName
{
background-color: #A14B12;
}
</style>
border-color css
<style>
span { border-color: #A14B12; }
span { border-color: rgb(161,75,18); }
td.TdClassName
{
border-color: #A14B12;
}
.TagClassName
{
border-color: #A14B12;
}
</style>