Shades of Rich Gold #A8491F
Tints of Rich Gold #A8491F
RGB
CMYK
RGB Variations
Color information
#A8491F (or 0xA8491F) is known color: Rich Gold. HEX triplet: A8, 49 and 1F. RGB value is (168,73,31). Sum of RGB (Red+Green+Blue) = 168+73+31=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A8491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8491F is #57B6E0. Grayscale: #606060. Windows color (decimal): -5748449 or 2050472. OLE color: 2050472.
HSL color Cylindrical-coordinate representation of color #A8491F: hue angle of 18.39º degrees, saturation: 0.69, 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 #A8491F is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 31 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.34 |
| HSL | 18.39º | 0.69% | 0.39% | - |
| HSV(B) | 18.39º | 0.82% | 0.66% | - |
| XYZ | 18.78 | 13.19 | 2.85 | - |
| YUV | 96.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 31 | 0 | 0.57 | 0.82 | 0.34 | 18.39 | 0.69 | 0.39 |
| Hex | A8 | 49 | 1F | 0 | 39 | 52 | 22 | 12 | 45 | 27 |
| Octal | 250 | 111 | 37 | 0 | 71 | 122 | 42 | 22 | 105 | 47 |
| Binary | 10101000 | 1001001 | 11111 | 0 | 111001 | 1010010 | 100010 | 10010 | 1000101 | 100111 |
Color Harmonies of #A8491F
Complementary color
Monochromatic Colors of #A8491F
Black with #A8491F
Text Example
Text Example
White with #A8491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8491F; }
p { color: rgb(168,73,31); }
H1.HeaderClassName
{
color: #A8491F;
}
.AnyTagClassName
{
color: #A8491F;
}
</style>
background-color css
<style>
a { background-color: #A8491F; }
a { background-color: rgb(168,73,31); }
div.DivClassName
{
background-color: #A8491F;
}
.BgClassName
{
background-color: #A8491F;
}
</style>
border-color css
<style>
span { border-color: #A8491F; }
span { border-color: rgb(168,73,31); }
td.TdClassName
{
border-color: #A8491F;
}
.TagClassName
{
border-color: #A8491F;
}
</style>