Shades of Rich Gold #A14517
Tints of Rich Gold #A14517
RGB
CMYK
RGB Variations
Color information
#A14517 (or 0xA14517) is known color: Rich Gold. HEX triplet: A1, 45 and 17. RGB value is (161,69,23). Sum of RGB (Red+Green+Blue) = 161+69+23=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14517 is #5EBAE8. Grayscale: #5B5B5B. Windows color (decimal): -6208233 or 1525153. OLE color: 1525153.
HSL color Cylindrical-coordinate representation of color #A14517: hue angle of 20º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A14517 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 23 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.37 |
| HSL | 20º | 0.75% | 0.36% | - |
| HSV(B) | 20º | 0.86% | 0.63% | - |
| XYZ | 16.98 | 11.9 | 2.21 | - |
| YUV | 91.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 23 | 0 | 0.57 | 0.86 | 0.37 | 20 | 0.75 | 0.36 |
| Hex | A1 | 45 | 17 | 0 | 39 | 56 | 25 | 14 | 4B | 24 |
| Octal | 241 | 105 | 27 | 0 | 71 | 126 | 45 | 24 | 113 | 44 |
| Binary | 10100001 | 1000101 | 10111 | 0 | 111001 | 1010110 | 100101 | 10100 | 1001011 | 100100 |
Color Harmonies of #A14517
Complementary color
Monochromatic Colors of #A14517
Black with #A14517
Text Example
Text Example
White with #A14517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14517; }
p { color: rgb(161,69,23); }
H1.HeaderClassName
{
color: #A14517;
}
.AnyTagClassName
{
color: #A14517;
}
</style>
background-color css
<style>
a { background-color: #A14517; }
a { background-color: rgb(161,69,23); }
div.DivClassName
{
background-color: #A14517;
}
.BgClassName
{
background-color: #A14517;
}
</style>
border-color css
<style>
span { border-color: #A14517; }
span { border-color: rgb(161,69,23); }
td.TdClassName
{
border-color: #A14517;
}
.TagClassName
{
border-color: #A14517;
}
</style>