Shades of Rich Gold #A1431C
Tints of Rich Gold #A1431C
RGB
CMYK
RGB Variations
Color information
#A1431C (or 0xA1431C) is known color: Rich Gold. HEX triplet: A1, 43 and 1C. RGB value is (161,67,28). Sum of RGB (Red+Green+Blue) = 161+67+28=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1431C is #5EBCE3. Grayscale: #5A5A5A. Windows color (decimal): -6208740 or 1852321. OLE color: 1852321.
HSL color Cylindrical-coordinate representation of color #A1431C: hue angle of 17.59º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1431C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 28 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.37 |
| HSL | 17.59º | 0.7% | 0.37% | - |
| HSV(B) | 17.59º | 0.83% | 0.63% | - |
| XYZ | 16.91 | 11.68 | 2.46 | - |
| YUV | 90.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 28 | 0 | 0.58 | 0.83 | 0.37 | 17.59 | 0.7 | 0.37 |
| Hex | A1 | 43 | 1C | 0 | 3A | 53 | 25 | 12 | 46 | 25 |
| Octal | 241 | 103 | 34 | 0 | 72 | 123 | 45 | 22 | 106 | 45 |
| Binary | 10100001 | 1000011 | 11100 | 0 | 111010 | 1010011 | 100101 | 10010 | 1000110 | 100101 |
Color Harmonies of #A1431C
Complementary color
Monochromatic Colors of #A1431C
Black with #A1431C
Text Example
Text Example
White with #A1431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1431C; }
p { color: rgb(161,67,28); }
H1.HeaderClassName
{
color: #A1431C;
}
.AnyTagClassName
{
color: #A1431C;
}
</style>
background-color css
<style>
a { background-color: #A1431C; }
a { background-color: rgb(161,67,28); }
div.DivClassName
{
background-color: #A1431C;
}
.BgClassName
{
background-color: #A1431C;
}
</style>
border-color css
<style>
span { border-color: #A1431C; }
span { border-color: rgb(161,67,28); }
td.TdClassName
{
border-color: #A1431C;
}
.TagClassName
{
border-color: #A1431C;
}
</style>