Shades of Rich Gold #A8511A
Tints of Rich Gold #A8511A
RGB
CMYK
RGB Variations
Color information
#A8511A (or 0xA8511A) is known color: Rich Gold. HEX triplet: A8, 51 and 1A. RGB value is (168,81,26). Sum of RGB (Red+Green+Blue) = 168+81+26=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A8511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8511A is #57AEE5. Grayscale: #656565. Windows color (decimal): -5746406 or 1724840. OLE color: 1724840.
HSL color Cylindrical-coordinate representation of color #A8511A: hue angle of 23.24º 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 #A8511A is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 26 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.34 |
| HSL | 23.24º | 0.73% | 0.38% | - |
| HSV(B) | 23.24º | 0.85% | 0.66% | - |
| XYZ | 19.28 | 14.28 | 2.72 | - |
| YUV | 100.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 26 | 0 | 0.52 | 0.85 | 0.34 | 23.24 | 0.73 | 0.38 |
| Hex | A8 | 51 | 1A | 0 | 34 | 55 | 22 | 17 | 49 | 26 |
| Octal | 250 | 121 | 32 | 0 | 64 | 125 | 42 | 27 | 111 | 46 |
| Binary | 10101000 | 1010001 | 11010 | 0 | 110100 | 1010101 | 100010 | 10111 | 1001001 | 100110 |
Color Harmonies of #A8511A
Complementary color
Monochromatic Colors of #A8511A
Black with #A8511A
Text Example
Text Example
White with #A8511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8511A; }
p { color: rgb(168,81,26); }
H1.HeaderClassName
{
color: #A8511A;
}
.AnyTagClassName
{
color: #A8511A;
}
</style>
background-color css
<style>
a { background-color: #A8511A; }
a { background-color: rgb(168,81,26); }
div.DivClassName
{
background-color: #A8511A;
}
.BgClassName
{
background-color: #A8511A;
}
</style>
border-color css
<style>
span { border-color: #A8511A; }
span { border-color: rgb(168,81,26); }
td.TdClassName
{
border-color: #A8511A;
}
.TagClassName
{
border-color: #A8511A;
}
</style>