Shades of Rich Gold #A8551A
Tints of Rich Gold #A8551A
RGB
CMYK
RGB Variations
Color information
#A8551A (or 0xA8551A) is known color: Rich Gold. HEX triplet: A8, 55 and 1A. RGB value is (168,85,26). Sum of RGB (Red+Green+Blue) = 168+85+26=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8551A is #57AAE5. Grayscale: #676767. Windows color (decimal): -5745382 or 1725864. OLE color: 1725864.
HSL color Cylindrical-coordinate representation of color #A8551A: hue angle of 24.93º 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 #A8551A is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 26 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.34 |
| HSL | 24.93º | 0.73% | 0.38% | - |
| HSV(B) | 24.93º | 0.85% | 0.66% | - |
| XYZ | 19.58 | 14.9 | 2.82 | - |
| YUV | 103.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 26 | 0 | 0.49 | 0.85 | 0.34 | 24.93 | 0.73 | 0.38 |
| Hex | A8 | 55 | 1A | 0 | 31 | 55 | 22 | 19 | 49 | 26 |
| Octal | 250 | 125 | 32 | 0 | 61 | 125 | 42 | 31 | 111 | 46 |
| Binary | 10101000 | 1010101 | 11010 | 0 | 110001 | 1010101 | 100010 | 11001 | 1001001 | 100110 |
Color Harmonies of #A8551A
Complementary color
Monochromatic Colors of #A8551A
Black with #A8551A
Text Example
Text Example
White with #A8551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8551A; }
p { color: rgb(168,85,26); }
H1.HeaderClassName
{
color: #A8551A;
}
.AnyTagClassName
{
color: #A8551A;
}
</style>
background-color css
<style>
a { background-color: #A8551A; }
a { background-color: rgb(168,85,26); }
div.DivClassName
{
background-color: #A8551A;
}
.BgClassName
{
background-color: #A8551A;
}
</style>
border-color css
<style>
span { border-color: #A8551A; }
span { border-color: rgb(168,85,26); }
td.TdClassName
{
border-color: #A8551A;
}
.TagClassName
{
border-color: #A8551A;
}
</style>