Shades of Rich Gold #A1461D
Tints of Rich Gold #A1461D
RGB
CMYK
RGB Variations
Color information
#A1461D (or 0xA1461D) is known color: Rich Gold. HEX triplet: A1, 46 and 1D. RGB value is (161,70,29). Sum of RGB (Red+Green+Blue) = 161+70+29=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1461D is #5EB9E2. Grayscale: #5C5C5C. Windows color (decimal): -6207971 or 1918625. OLE color: 1918625.
HSL color Cylindrical-coordinate representation of color #A1461D: hue angle of 18.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1461D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 29 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.37 |
| HSL | 18.64º | 0.69% | 0.37% | - |
| HSV(B) | 18.64º | 0.82% | 0.63% | - |
| XYZ | 17.11 | 12.05 | 2.59 | - |
| YUV | 92.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 29 | 0 | 0.57 | 0.82 | 0.37 | 18.64 | 0.69 | 0.37 |
| Hex | A1 | 46 | 1D | 0 | 39 | 52 | 25 | 13 | 45 | 25 |
| Octal | 241 | 106 | 35 | 0 | 71 | 122 | 45 | 23 | 105 | 45 |
| Binary | 10100001 | 1000110 | 11101 | 0 | 111001 | 1010010 | 100101 | 10011 | 1000101 | 100101 |
Color Harmonies of #A1461D
Complementary color
Monochromatic Colors of #A1461D
Black with #A1461D
Text Example
Text Example
White with #A1461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1461D; }
p { color: rgb(161,70,29); }
H1.HeaderClassName
{
color: #A1461D;
}
.AnyTagClassName
{
color: #A1461D;
}
</style>
background-color css
<style>
a { background-color: #A1461D; }
a { background-color: rgb(161,70,29); }
div.DivClassName
{
background-color: #A1461D;
}
.BgClassName
{
background-color: #A1461D;
}
</style>
border-color css
<style>
span { border-color: #A1461D; }
span { border-color: rgb(161,70,29); }
td.TdClassName
{
border-color: #A1461D;
}
.TagClassName
{
border-color: #A1461D;
}
</style>