Shades of Rich Gold #A8591F
Tints of Rich Gold #A8591F
RGB
CMYK
RGB Variations
Color information
#A8591F (or 0xA8591F) is known color: Rich Gold. HEX triplet: A8, 59 and 1F. RGB value is (168,89,31). Sum of RGB (Red+Green+Blue) = 168+89+31=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A8591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8591F is #57A6E0. Grayscale: #6A6A6A. Windows color (decimal): -5744353 or 2054568. OLE color: 2054568.
HSL color Cylindrical-coordinate representation of color #A8591F: hue angle of 25.4º 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 #A8591F is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 31 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.34 |
| HSL | 25.4º | 0.69% | 0.39% | - |
| HSV(B) | 25.4º | 0.82% | 0.66% | - |
| XYZ | 19.97 | 15.57 | 3.25 | - |
| YUV | 106.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 31 | 0 | 0.47 | 0.82 | 0.34 | 25.4 | 0.69 | 0.39 |
| Hex | A8 | 59 | 1F | 0 | 2F | 52 | 22 | 19 | 45 | 27 |
| Octal | 250 | 131 | 37 | 0 | 57 | 122 | 42 | 31 | 105 | 47 |
| Binary | 10101000 | 1011001 | 11111 | 0 | 101111 | 1010010 | 100010 | 11001 | 1000101 | 100111 |
Color Harmonies of #A8591F
Complementary color
Monochromatic Colors of #A8591F
Black with #A8591F
Text Example
Text Example
White with #A8591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8591F; }
p { color: rgb(168,89,31); }
H1.HeaderClassName
{
color: #A8591F;
}
.AnyTagClassName
{
color: #A8591F;
}
</style>
background-color css
<style>
a { background-color: #A8591F; }
a { background-color: rgb(168,89,31); }
div.DivClassName
{
background-color: #A8591F;
}
.BgClassName
{
background-color: #A8591F;
}
</style>
border-color css
<style>
span { border-color: #A8591F; }
span { border-color: rgb(168,89,31); }
td.TdClassName
{
border-color: #A8591F;
}
.TagClassName
{
border-color: #A8591F;
}
</style>