Shades of Rich Gold #A8551F
Tints of Rich Gold #A8551F
RGB
CMYK
RGB Variations
Color information
#A8551F (or 0xA8551F) is known color: Rich Gold. HEX triplet: A8, 55 and 1F. RGB value is (168,85,31). Sum of RGB (Red+Green+Blue) = 168+85+31=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8551F is #57AAE0. Grayscale: #676767. Windows color (decimal): -5745377 or 2053544. OLE color: 2053544.
HSL color Cylindrical-coordinate representation of color #A8551F: hue angle of 23.65º degrees, saturation: 0.69, 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 #A8551F is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 31 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.34 |
| HSL | 23.65º | 0.69% | 0.39% | - |
| HSV(B) | 23.65º | 0.82% | 0.66% | - |
| XYZ | 19.64 | 14.92 | 3.14 | - |
| YUV | 103.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 31 | 0 | 0.49 | 0.82 | 0.34 | 23.65 | 0.69 | 0.39 |
| Hex | A8 | 55 | 1F | 0 | 31 | 52 | 22 | 18 | 45 | 27 |
| Octal | 250 | 125 | 37 | 0 | 61 | 122 | 42 | 30 | 105 | 47 |
| Binary | 10101000 | 1010101 | 11111 | 0 | 110001 | 1010010 | 100010 | 11000 | 1000101 | 100111 |
Color Harmonies of #A8551F
Complementary color
Monochromatic Colors of #A8551F
Black with #A8551F
Text Example
Text Example
White with #A8551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8551F; }
p { color: rgb(168,85,31); }
H1.HeaderClassName
{
color: #A8551F;
}
.AnyTagClassName
{
color: #A8551F;
}
</style>
background-color css
<style>
a { background-color: #A8551F; }
a { background-color: rgb(168,85,31); }
div.DivClassName
{
background-color: #A8551F;
}
.BgClassName
{
background-color: #A8551F;
}
</style>
border-color css
<style>
span { border-color: #A8551F; }
span { border-color: rgb(168,85,31); }
td.TdClassName
{
border-color: #A8551F;
}
.TagClassName
{
border-color: #A8551F;
}
</style>