Shades of Rich Gold #A1581C
Tints of Rich Gold #A1581C
RGB
CMYK
RGB Variations
Color information
#A1581C (or 0xA1581C) is known color: Rich Gold. HEX triplet: A1, 58 and 1C. RGB value is (161,88,28). Sum of RGB (Red+Green+Blue) = 161+88+28=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1581C is #5EA7E3. Grayscale: #676767. Windows color (decimal): -6203364 or 1857697. OLE color: 1857697.
HSL color Cylindrical-coordinate representation of color #A1581C: hue angle of 27.07º 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 #A1581C is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 28 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.37 |
| HSL | 27.07º | 0.7% | 0.37% | - |
| HSV(B) | 27.07º | 0.83% | 0.63% | - |
| XYZ | 18.4 | 14.64 | 2.95 | - |
| YUV | 102.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 28 | 0 | 0.45 | 0.83 | 0.37 | 27.07 | 0.7 | 0.37 |
| Hex | A1 | 58 | 1C | 0 | 2D | 53 | 25 | 1B | 46 | 25 |
| Octal | 241 | 130 | 34 | 0 | 55 | 123 | 45 | 33 | 106 | 45 |
| Binary | 10100001 | 1011000 | 11100 | 0 | 101101 | 1010011 | 100101 | 11011 | 1000110 | 100101 |
Color Harmonies of #A1581C
Complementary color
Monochromatic Colors of #A1581C
Black with #A1581C
Text Example
Text Example
White with #A1581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1581C; }
p { color: rgb(161,88,28); }
H1.HeaderClassName
{
color: #A1581C;
}
.AnyTagClassName
{
color: #A1581C;
}
</style>
background-color css
<style>
a { background-color: #A1581C; }
a { background-color: rgb(161,88,28); }
div.DivClassName
{
background-color: #A1581C;
}
.BgClassName
{
background-color: #A1581C;
}
</style>
border-color css
<style>
span { border-color: #A1581C; }
span { border-color: rgb(161,88,28); }
td.TdClassName
{
border-color: #A1581C;
}
.TagClassName
{
border-color: #A1581C;
}
</style>