Shades of Rich Gold #A8571A
Tints of Rich Gold #A8571A
RGB
CMYK
RGB Variations
Color information
#A8571A (or 0xA8571A) is known color: Rich Gold. HEX triplet: A8, 57 and 1A. RGB value is (168,87,26). Sum of RGB (Red+Green+Blue) = 168+87+26=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8571A is #57A8E5. Grayscale: #686868. Windows color (decimal): -5744870 or 1726376. OLE color: 1726376.
HSL color Cylindrical-coordinate representation of color #A8571A: hue angle of 25.77º 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 #A8571A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 26 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.34 |
| HSL | 25.77º | 0.73% | 0.38% | - |
| HSV(B) | 25.77º | 0.85% | 0.66% | - |
| XYZ | 19.74 | 15.22 | 2.87 | - |
| YUV | 104.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 26 | 0 | 0.48 | 0.85 | 0.34 | 25.77 | 0.73 | 0.38 |
| Hex | A8 | 57 | 1A | 0 | 30 | 55 | 22 | 1A | 49 | 26 |
| Octal | 250 | 127 | 32 | 0 | 60 | 125 | 42 | 32 | 111 | 46 |
| Binary | 10101000 | 1010111 | 11010 | 0 | 110000 | 1010101 | 100010 | 11010 | 1001001 | 100110 |
Color Harmonies of #A8571A
Complementary color
Monochromatic Colors of #A8571A
Black with #A8571A
Text Example
Text Example
White with #A8571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8571A; }
p { color: rgb(168,87,26); }
H1.HeaderClassName
{
color: #A8571A;
}
.AnyTagClassName
{
color: #A8571A;
}
</style>
background-color css
<style>
a { background-color: #A8571A; }
a { background-color: rgb(168,87,26); }
div.DivClassName
{
background-color: #A8571A;
}
.BgClassName
{
background-color: #A8571A;
}
</style>
border-color css
<style>
span { border-color: #A8571A; }
span { border-color: rgb(168,87,26); }
td.TdClassName
{
border-color: #A8571A;
}
.TagClassName
{
border-color: #A8571A;
}
</style>