Shades of Rich Gold #A8491E
Tints of Rich Gold #A8491E
RGB
CMYK
RGB Variations
Color information
#A8491E (or 0xA8491E) is known color: Rich Gold. HEX triplet: A8, 49 and 1E. RGB value is (168,73,30). Sum of RGB (Red+Green+Blue) = 168+73+30=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A8491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8491E is #57B6E1. Grayscale: #606060. Windows color (decimal): -5748450 or 1984936. OLE color: 1984936.
HSL color Cylindrical-coordinate representation of color #A8491E: hue angle of 18.7º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8491E is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 30 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.34 |
| HSL | 18.7º | 0.7% | 0.39% | - |
| HSV(B) | 18.7º | 0.82% | 0.66% | - |
| XYZ | 18.77 | 13.18 | 2.78 | - |
| YUV | 96.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 30 | 0 | 0.57 | 0.82 | 0.34 | 18.7 | 0.7 | 0.39 |
| Hex | A8 | 49 | 1E | 0 | 39 | 52 | 22 | 13 | 46 | 27 |
| Octal | 250 | 111 | 36 | 0 | 71 | 122 | 42 | 23 | 106 | 47 |
| Binary | 10101000 | 1001001 | 11110 | 0 | 111001 | 1010010 | 100010 | 10011 | 1000110 | 100111 |
Color Harmonies of #A8491E
Complementary color
Monochromatic Colors of #A8491E
Black with #A8491E
Text Example
Text Example
White with #A8491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8491E; }
p { color: rgb(168,73,30); }
H1.HeaderClassName
{
color: #A8491E;
}
.AnyTagClassName
{
color: #A8491E;
}
</style>
background-color css
<style>
a { background-color: #A8491E; }
a { background-color: rgb(168,73,30); }
div.DivClassName
{
background-color: #A8491E;
}
.BgClassName
{
background-color: #A8491E;
}
</style>
border-color css
<style>
span { border-color: #A8491E; }
span { border-color: rgb(168,73,30); }
td.TdClassName
{
border-color: #A8491E;
}
.TagClassName
{
border-color: #A8491E;
}
</style>