Shades of Rich Gold #A8471C
Tints of Rich Gold #A8471C
RGB
CMYK
RGB Variations
Color information
#A8471C (or 0xA8471C) is known color: Rich Gold. HEX triplet: A8, 47 and 1C. RGB value is (168,71,28). Sum of RGB (Red+Green+Blue) = 168+71+28=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8471C is #57B8E3. Grayscale: #5F5F5F. Windows color (decimal): -5748964 or 1853352. OLE color: 1853352.
HSL color Cylindrical-coordinate representation of color #A8471C: hue angle of 18.43º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8471C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 28 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.34 |
| HSL | 18.43º | 0.71% | 0.38% | - |
| HSV(B) | 18.43º | 0.83% | 0.66% | - |
| XYZ | 18.61 | 12.92 | 2.61 | - |
| YUV | 95.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 28 | 0 | 0.58 | 0.83 | 0.34 | 18.43 | 0.71 | 0.38 |
| Hex | A8 | 47 | 1C | 0 | 3A | 53 | 22 | 12 | 47 | 26 |
| Octal | 250 | 107 | 34 | 0 | 72 | 123 | 42 | 22 | 107 | 46 |
| Binary | 10101000 | 1000111 | 11100 | 0 | 111010 | 1010011 | 100010 | 10010 | 1000111 | 100110 |
Color Harmonies of #A8471C
Complementary color
Monochromatic Colors of #A8471C
Black with #A8471C
Text Example
Text Example
White with #A8471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8471C; }
p { color: rgb(168,71,28); }
H1.HeaderClassName
{
color: #A8471C;
}
.AnyTagClassName
{
color: #A8471C;
}
</style>
background-color css
<style>
a { background-color: #A8471C; }
a { background-color: rgb(168,71,28); }
div.DivClassName
{
background-color: #A8471C;
}
.BgClassName
{
background-color: #A8471C;
}
</style>
border-color css
<style>
span { border-color: #A8471C; }
span { border-color: rgb(168,71,28); }
td.TdClassName
{
border-color: #A8471C;
}
.TagClassName
{
border-color: #A8471C;
}
</style>