Shades of Rich Gold #A1451E
Tints of Rich Gold #A1451E
RGB
CMYK
RGB Variations
Color information
#A1451E (or 0xA1451E) is known color: Rich Gold. HEX triplet: A1, 45 and 1E. RGB value is (161,69,30). Sum of RGB (Red+Green+Blue) = 161+69+30=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1451E is #5EBAE1. Grayscale: #5C5C5C. Windows color (decimal): -6208226 or 1983905. OLE color: 1983905.
HSL color Cylindrical-coordinate representation of color #A1451E: hue angle of 17.86º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1451E is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 30 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.37 |
| HSL | 17.86º | 0.69% | 0.37% | - |
| HSV(B) | 17.86º | 0.81% | 0.63% | - |
| XYZ | 17.06 | 11.93 | 2.63 | - |
| YUV | 92.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 30 | 0 | 0.57 | 0.81 | 0.37 | 17.86 | 0.69 | 0.37 |
| Hex | A1 | 45 | 1E | 0 | 39 | 51 | 25 | 12 | 45 | 25 |
| Octal | 241 | 105 | 36 | 0 | 71 | 121 | 45 | 22 | 105 | 45 |
| Binary | 10100001 | 1000101 | 11110 | 0 | 111001 | 1010001 | 100101 | 10010 | 1000101 | 100101 |
Color Harmonies of #A1451E
Complementary color
Monochromatic Colors of #A1451E
Black with #A1451E
Text Example
Text Example
White with #A1451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1451E; }
p { color: rgb(161,69,30); }
H1.HeaderClassName
{
color: #A1451E;
}
.AnyTagClassName
{
color: #A1451E;
}
</style>
background-color css
<style>
a { background-color: #A1451E; }
a { background-color: rgb(161,69,30); }
div.DivClassName
{
background-color: #A1451E;
}
.BgClassName
{
background-color: #A1451E;
}
</style>
border-color css
<style>
span { border-color: #A1451E; }
span { border-color: rgb(161,69,30); }
td.TdClassName
{
border-color: #A1451E;
}
.TagClassName
{
border-color: #A1451E;
}
</style>