Shades of Rich Gold #A8540E
Tints of Rich Gold #A8540E
RGB
CMYK
RGB Variations
Color information
#A8540E (or 0xA8540E) is known color: Rich Gold. HEX triplet: A8, 54 and 0E. RGB value is (168,84,14). Sum of RGB (Red+Green+Blue) = 168+84+14=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8540E is #57ABF1. Grayscale: #656565. Windows color (decimal): -5745650 or 939176. OLE color: 939176.
HSL color Cylindrical-coordinate representation of color #A8540E: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8540E is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 14 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.34 |
| HSL | 27.27º | 0.85% | 0.36% | - |
| HSV(B) | 27.27º | 0.92% | 0.66% | - |
| XYZ | 19.4 | 14.7 | 2.23 | - |
| YUV | 101.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 14 | 0 | 0.5 | 0.92 | 0.34 | 27.27 | 0.85 | 0.36 |
| Hex | A8 | 54 | E | 0 | 32 | 5C | 22 | 1B | 55 | 24 |
| Octal | 250 | 124 | 16 | 0 | 62 | 134 | 42 | 33 | 125 | 44 |
| Binary | 10101000 | 1010100 | 1110 | 0 | 110010 | 1011100 | 100010 | 11011 | 1010101 | 100100 |
Color Harmonies of #A8540E
Complementary color
Monochromatic Colors of #A8540E
Black with #A8540E
Text Example
Text Example
White with #A8540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8540E; }
p { color: rgb(168,84,14); }
H1.HeaderClassName
{
color: #A8540E;
}
.AnyTagClassName
{
color: #A8540E;
}
</style>
background-color css
<style>
a { background-color: #A8540E; }
a { background-color: rgb(168,84,14); }
div.DivClassName
{
background-color: #A8540E;
}
.BgClassName
{
background-color: #A8540E;
}
</style>
border-color css
<style>
span { border-color: #A8540E; }
span { border-color: rgb(168,84,14); }
td.TdClassName
{
border-color: #A8540E;
}
.TagClassName
{
border-color: #A8540E;
}
</style>