Shades of Rich Gold #A8550F
Tints of Rich Gold #A8550F
RGB
CMYK
RGB Variations
Color information
#A8550F (or 0xA8550F) is known color: Rich Gold. HEX triplet: A8, 55 and 0F. RGB value is (168,85,15). Sum of RGB (Red+Green+Blue) = 168+85+15=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8550F is #57AAF0. Grayscale: #666666. Windows color (decimal): -5745393 or 1004968. OLE color: 1004968.
HSL color Cylindrical-coordinate representation of color #A8550F: hue angle of 27.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8550F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.34 |
| HSL | 27.45º | 0.84% | 0.36% | - |
| HSV(B) | 27.45º | 0.91% | 0.66% | - |
| XYZ | 19.48 | 14.86 | 2.29 | - |
| YUV | 101.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 15 | 0 | 0.49 | 0.91 | 0.34 | 27.45 | 0.84 | 0.36 |
| Hex | A8 | 55 | F | 0 | 31 | 5B | 22 | 1B | 54 | 24 |
| Octal | 250 | 125 | 17 | 0 | 61 | 133 | 42 | 33 | 124 | 44 |
| Binary | 10101000 | 1010101 | 1111 | 0 | 110001 | 1011011 | 100010 | 11011 | 1010100 | 100100 |
Color Harmonies of #A8550F
Complementary color
Monochromatic Colors of #A8550F
Black with #A8550F
Text Example
Text Example
White with #A8550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8550F; }
p { color: rgb(168,85,15); }
H1.HeaderClassName
{
color: #A8550F;
}
.AnyTagClassName
{
color: #A8550F;
}
</style>
background-color css
<style>
a { background-color: #A8550F; }
a { background-color: rgb(168,85,15); }
div.DivClassName
{
background-color: #A8550F;
}
.BgClassName
{
background-color: #A8550F;
}
</style>
border-color css
<style>
span { border-color: #A8550F; }
span { border-color: rgb(168,85,15); }
td.TdClassName
{
border-color: #A8550F;
}
.TagClassName
{
border-color: #A8550F;
}
</style>