Shades of Rich Gold #A8491A
Tints of Rich Gold #A8491A
RGB
CMYK
RGB Variations
Color information
#A8491A (or 0xA8491A) is known color: Rich Gold. HEX triplet: A8, 49 and 1A. RGB value is (168,73,26). Sum of RGB (Red+Green+Blue) = 168+73+26=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8491A is #57B6E5. Grayscale: #606060. Windows color (decimal): -5748454 or 1722792. OLE color: 1722792.
HSL color Cylindrical-coordinate representation of color #A8491A: hue angle of 19.86º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8491A is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 26 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.34 |
| HSL | 19.86º | 0.73% | 0.38% | - |
| HSV(B) | 19.86º | 0.85% | 0.66% | - |
| XYZ | 18.72 | 13.16 | 2.53 | - |
| YUV | 96.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 26 | 0 | 0.57 | 0.85 | 0.34 | 19.86 | 0.73 | 0.38 |
| Hex | A8 | 49 | 1A | 0 | 39 | 55 | 22 | 14 | 49 | 26 |
| Octal | 250 | 111 | 32 | 0 | 71 | 125 | 42 | 24 | 111 | 46 |
| Binary | 10101000 | 1001001 | 11010 | 0 | 111001 | 1010101 | 100010 | 10100 | 1001001 | 100110 |
Color Harmonies of #A8491A
Complementary color
Monochromatic Colors of #A8491A
Black with #A8491A
Text Example
Text Example
White with #A8491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8491A; }
p { color: rgb(168,73,26); }
H1.HeaderClassName
{
color: #A8491A;
}
.AnyTagClassName
{
color: #A8491A;
}
</style>
background-color css
<style>
a { background-color: #A8491A; }
a { background-color: rgb(168,73,26); }
div.DivClassName
{
background-color: #A8491A;
}
.BgClassName
{
background-color: #A8491A;
}
</style>
border-color css
<style>
span { border-color: #A8491A; }
span { border-color: rgb(168,73,26); }
td.TdClassName
{
border-color: #A8491A;
}
.TagClassName
{
border-color: #A8491A;
}
</style>