Shades of Rich Gold #A1451A
Tints of Rich Gold #A1451A
RGB
CMYK
RGB Variations
Color information
#A1451A (or 0xA1451A) is known color: Rich Gold. HEX triplet: A1, 45 and 1A. RGB value is (161,69,26). Sum of RGB (Red+Green+Blue) = 161+69+26=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1451A is #5EBAE5. Grayscale: #5B5B5B. Windows color (decimal): -6208230 or 1721761. OLE color: 1721761.
HSL color Cylindrical-coordinate representation of color #A1451A: hue angle of 19.11º 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 #A1451A is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 26 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.37 |
| HSL | 19.11º | 0.72% | 0.37% | - |
| HSV(B) | 19.11º | 0.84% | 0.63% | - |
| XYZ | 17.01 | 11.91 | 2.38 | - |
| YUV | 91.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 26 | 0 | 0.57 | 0.84 | 0.37 | 19.11 | 0.72 | 0.37 |
| Hex | A1 | 45 | 1A | 0 | 39 | 54 | 25 | 13 | 48 | 25 |
| Octal | 241 | 105 | 32 | 0 | 71 | 124 | 45 | 23 | 110 | 45 |
| Binary | 10100001 | 1000101 | 11010 | 0 | 111001 | 1010100 | 100101 | 10011 | 1001000 | 100101 |
Color Harmonies of #A1451A
Complementary color
Monochromatic Colors of #A1451A
Black with #A1451A
Text Example
Text Example
White with #A1451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1451A; }
p { color: rgb(161,69,26); }
H1.HeaderClassName
{
color: #A1451A;
}
.AnyTagClassName
{
color: #A1451A;
}
</style>
background-color css
<style>
a { background-color: #A1451A; }
a { background-color: rgb(161,69,26); }
div.DivClassName
{
background-color: #A1451A;
}
.BgClassName
{
background-color: #A1451A;
}
</style>
border-color css
<style>
span { border-color: #A1451A; }
span { border-color: rgb(161,69,26); }
td.TdClassName
{
border-color: #A1451A;
}
.TagClassName
{
border-color: #A1451A;
}
</style>