Shades of Rich Gold #A8461F
Tints of Rich Gold #A8461F
RGB
CMYK
RGB Variations
Color information
#A8461F (or 0xA8461F) is known color: Rich Gold. HEX triplet: A8, 46 and 1F. RGB value is (168,70,31). Sum of RGB (Red+Green+Blue) = 168+70+31=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8461F is #57B9E0. Grayscale: #5F5F5F. Windows color (decimal): -5749217 or 2049704. OLE color: 2049704.
HSL color Cylindrical-coordinate representation of color #A8461F: hue angle of 17.08º 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 #A8461F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 31 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.34 |
| HSL | 17.08º | 0.69% | 0.39% | - |
| HSV(B) | 17.08º | 0.82% | 0.66% | - |
| XYZ | 18.59 | 12.8 | 2.79 | - |
| YUV | 94.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 31 | 0 | 0.58 | 0.82 | 0.34 | 17.08 | 0.69 | 0.39 |
| Hex | A8 | 46 | 1F | 0 | 3A | 52 | 22 | 11 | 45 | 27 |
| Octal | 250 | 106 | 37 | 0 | 72 | 122 | 42 | 21 | 105 | 47 |
| Binary | 10101000 | 1000110 | 11111 | 0 | 111010 | 1010010 | 100010 | 10001 | 1000101 | 100111 |
Color Harmonies of #A8461F
Complementary color
Monochromatic Colors of #A8461F
Black with #A8461F
Text Example
Text Example
White with #A8461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8461F; }
p { color: rgb(168,70,31); }
H1.HeaderClassName
{
color: #A8461F;
}
.AnyTagClassName
{
color: #A8461F;
}
</style>
background-color css
<style>
a { background-color: #A8461F; }
a { background-color: rgb(168,70,31); }
div.DivClassName
{
background-color: #A8461F;
}
.BgClassName
{
background-color: #A8461F;
}
</style>
border-color css
<style>
span { border-color: #A8461F; }
span { border-color: rgb(168,70,31); }
td.TdClassName
{
border-color: #A8461F;
}
.TagClassName
{
border-color: #A8461F;
}
</style>