Shades of Rich Gold #A1461A
Tints of Rich Gold #A1461A
RGB
CMYK
RGB Variations
Color information
#A1461A (or 0xA1461A) is known color: Rich Gold. HEX triplet: A1, 46 and 1A. RGB value is (161,70,26). Sum of RGB (Red+Green+Blue) = 161+70+26=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1461A is #5EB9E5. Grayscale: #5C5C5C. Windows color (decimal): -6207974 or 1722017. OLE color: 1722017.
HSL color Cylindrical-coordinate representation of color #A1461A: hue angle of 19.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1461A is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 26 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.37 |
| HSL | 19.56º | 0.72% | 0.37% | - |
| HSV(B) | 19.56º | 0.84% | 0.63% | - |
| XYZ | 17.07 | 12.03 | 2.4 | - |
| YUV | 92.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 26 | 0 | 0.57 | 0.84 | 0.37 | 19.56 | 0.72 | 0.37 |
| Hex | A1 | 46 | 1A | 0 | 39 | 54 | 25 | 14 | 48 | 25 |
| Octal | 241 | 106 | 32 | 0 | 71 | 124 | 45 | 24 | 110 | 45 |
| Binary | 10100001 | 1000110 | 11010 | 0 | 111001 | 1010100 | 100101 | 10100 | 1001000 | 100101 |
Color Harmonies of #A1461A
Complementary color
Monochromatic Colors of #A1461A
Black with #A1461A
Text Example
Text Example
White with #A1461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1461A; }
p { color: rgb(161,70,26); }
H1.HeaderClassName
{
color: #A1461A;
}
.AnyTagClassName
{
color: #A1461A;
}
</style>
background-color css
<style>
a { background-color: #A1461A; }
a { background-color: rgb(161,70,26); }
div.DivClassName
{
background-color: #A1461A;
}
.BgClassName
{
background-color: #A1461A;
}
</style>
border-color css
<style>
span { border-color: #A1461A; }
span { border-color: rgb(161,70,26); }
td.TdClassName
{
border-color: #A1461A;
}
.TagClassName
{
border-color: #A1461A;
}
</style>