Shades of Rich Gold #A14519
Tints of Rich Gold #A14519
RGB
CMYK
RGB Variations
Color information
#A14519 (or 0xA14519) is known color: Rich Gold. HEX triplet: A1, 45 and 19. RGB value is (161,69,25). Sum of RGB (Red+Green+Blue) = 161+69+25=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A14519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14519 is #5EBAE6. Grayscale: #5B5B5B. Windows color (decimal): -6208231 or 1656225. OLE color: 1656225.
HSL color Cylindrical-coordinate representation of color #A14519: hue angle of 19.41º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A14519 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 25 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.37 |
| HSL | 19.41º | 0.73% | 0.36% | - |
| HSV(B) | 19.41º | 0.84% | 0.63% | - |
| XYZ | 17 | 11.9 | 2.32 | - |
| YUV | 91.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 25 | 0 | 0.57 | 0.84 | 0.37 | 19.41 | 0.73 | 0.36 |
| Hex | A1 | 45 | 19 | 0 | 39 | 54 | 25 | 13 | 49 | 24 |
| Octal | 241 | 105 | 31 | 0 | 71 | 124 | 45 | 23 | 111 | 44 |
| Binary | 10100001 | 1000101 | 11001 | 0 | 111001 | 1010100 | 100101 | 10011 | 1001001 | 100100 |
Color Harmonies of #A14519
Complementary color
Monochromatic Colors of #A14519
Black with #A14519
Text Example
Text Example
White with #A14519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14519; }
p { color: rgb(161,69,25); }
H1.HeaderClassName
{
color: #A14519;
}
.AnyTagClassName
{
color: #A14519;
}
</style>
background-color css
<style>
a { background-color: #A14519; }
a { background-color: rgb(161,69,25); }
div.DivClassName
{
background-color: #A14519;
}
.BgClassName
{
background-color: #A14519;
}
</style>
border-color css
<style>
span { border-color: #A14519; }
span { border-color: rgb(161,69,25); }
td.TdClassName
{
border-color: #A14519;
}
.TagClassName
{
border-color: #A14519;
}
</style>