Shades of Rich Gold #A8551E
Tints of Rich Gold #A8551E
RGB
CMYK
RGB Variations
Color information
#A8551E (or 0xA8551E) is known color: Rich Gold. HEX triplet: A8, 55 and 1E. RGB value is (168,85,30). Sum of RGB (Red+Green+Blue) = 168+85+30=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8551E is #57AAE1. Grayscale: #676767. Windows color (decimal): -5745378 or 1988008. OLE color: 1988008.
HSL color Cylindrical-coordinate representation of color #A8551E: hue angle of 23.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8551E is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 30 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.34 |
| HSL | 23.91º | 0.7% | 0.39% | - |
| HSV(B) | 23.91º | 0.82% | 0.66% | - |
| XYZ | 19.63 | 14.92 | 3.07 | - |
| YUV | 103.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 30 | 0 | 0.49 | 0.82 | 0.34 | 23.91 | 0.7 | 0.39 |
| Hex | A8 | 55 | 1E | 0 | 31 | 52 | 22 | 18 | 46 | 27 |
| Octal | 250 | 125 | 36 | 0 | 61 | 122 | 42 | 30 | 106 | 47 |
| Binary | 10101000 | 1010101 | 11110 | 0 | 110001 | 1010010 | 100010 | 11000 | 1000110 | 100111 |
Color Harmonies of #A8551E
Complementary color
Monochromatic Colors of #A8551E
Black with #A8551E
Text Example
Text Example
White with #A8551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8551E; }
p { color: rgb(168,85,30); }
H1.HeaderClassName
{
color: #A8551E;
}
.AnyTagClassName
{
color: #A8551E;
}
</style>
background-color css
<style>
a { background-color: #A8551E; }
a { background-color: rgb(168,85,30); }
div.DivClassName
{
background-color: #A8551E;
}
.BgClassName
{
background-color: #A8551E;
}
</style>
border-color css
<style>
span { border-color: #A8551E; }
span { border-color: rgb(168,85,30); }
td.TdClassName
{
border-color: #A8551E;
}
.TagClassName
{
border-color: #A8551E;
}
</style>