Shades of Rich Gold #A8471F
Tints of Rich Gold #A8471F
RGB
CMYK
RGB Variations
Color information
#A8471F (or 0xA8471F) is known color: Rich Gold. HEX triplet: A8, 47 and 1F. RGB value is (168,71,31). Sum of RGB (Red+Green+Blue) = 168+71+31=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8471F is #57B8E0. Grayscale: #5F5F5F. Windows color (decimal): -5748961 or 2049960. OLE color: 2049960.
HSL color Cylindrical-coordinate representation of color #A8471F: hue angle of 17.52º 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 #A8471F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 31 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.34 |
| HSL | 17.52º | 0.69% | 0.39% | - |
| HSV(B) | 17.52º | 0.82% | 0.66% | - |
| XYZ | 18.65 | 12.93 | 2.81 | - |
| YUV | 95.44 | 91.64 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 31 | 0 | 0.58 | 0.82 | 0.34 | 17.52 | 0.69 | 0.39 |
| Hex | A8 | 47 | 1F | 0 | 3A | 52 | 22 | 12 | 45 | 27 |
| Octal | 250 | 107 | 37 | 0 | 72 | 122 | 42 | 22 | 105 | 47 |
| Binary | 10101000 | 1000111 | 11111 | 0 | 111010 | 1010010 | 100010 | 10010 | 1000101 | 100111 |
Color Harmonies of #A8471F
Complementary color
Monochromatic Colors of #A8471F
Black with #A8471F
Text Example
Text Example
White with #A8471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8471F; }
p { color: rgb(168,71,31); }
H1.HeaderClassName
{
color: #A8471F;
}
.AnyTagClassName
{
color: #A8471F;
}
</style>
background-color css
<style>
a { background-color: #A8471F; }
a { background-color: rgb(168,71,31); }
div.DivClassName
{
background-color: #A8471F;
}
.BgClassName
{
background-color: #A8471F;
}
</style>
border-color css
<style>
span { border-color: #A8471F; }
span { border-color: rgb(168,71,31); }
td.TdClassName
{
border-color: #A8471F;
}
.TagClassName
{
border-color: #A8471F;
}
</style>