Shades of Rich Gold #A8561A
Tints of Rich Gold #A8561A
RGB
CMYK
RGB Variations
Color information
#A8561A (or 0xA8561A) is known color: Rich Gold. HEX triplet: A8, 56 and 1A. RGB value is (168,86,26). Sum of RGB (Red+Green+Blue) = 168+86+26=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8561A is #57A9E5. Grayscale: #676767. Windows color (decimal): -5745126 or 1726120. OLE color: 1726120.
HSL color Cylindrical-coordinate representation of color #A8561A: hue angle of 25.35º 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 #A8561A is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 26 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.34 |
| HSL | 25.35º | 0.73% | 0.38% | - |
| HSV(B) | 25.35º | 0.85% | 0.66% | - |
| XYZ | 19.66 | 15.05 | 2.85 | - |
| YUV | 103.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 26 | 0 | 0.49 | 0.85 | 0.34 | 25.35 | 0.73 | 0.38 |
| Hex | A8 | 56 | 1A | 0 | 31 | 55 | 22 | 19 | 49 | 26 |
| Octal | 250 | 126 | 32 | 0 | 61 | 125 | 42 | 31 | 111 | 46 |
| Binary | 10101000 | 1010110 | 11010 | 0 | 110001 | 1010101 | 100010 | 11001 | 1001001 | 100110 |
Color Harmonies of #A8561A
Complementary color
Monochromatic Colors of #A8561A
Black with #A8561A
Text Example
Text Example
White with #A8561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8561A; }
p { color: rgb(168,86,26); }
H1.HeaderClassName
{
color: #A8561A;
}
.AnyTagClassName
{
color: #A8561A;
}
</style>
background-color css
<style>
a { background-color: #A8561A; }
a { background-color: rgb(168,86,26); }
div.DivClassName
{
background-color: #A8561A;
}
.BgClassName
{
background-color: #A8561A;
}
</style>
border-color css
<style>
span { border-color: #A8561A; }
span { border-color: rgb(168,86,26); }
td.TdClassName
{
border-color: #A8561A;
}
.TagClassName
{
border-color: #A8561A;
}
</style>