Shades of Rich Gold #A8461A
Tints of Rich Gold #A8461A
RGB
CMYK
RGB Variations
Color information
#A8461A (or 0xA8461A) is known color: Rich Gold. HEX triplet: A8, 46 and 1A. RGB value is (168,70,26). Sum of RGB (Red+Green+Blue) = 168+70+26=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8461A is #57B9E5. Grayscale: #5E5E5E. Windows color (decimal): -5749222 or 1722024. OLE color: 1722024.
HSL color Cylindrical-coordinate representation of color #A8461A: hue angle of 18.59º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8461A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 26 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.34 |
| HSL | 18.59º | 0.73% | 0.38% | - |
| HSV(B) | 18.59º | 0.85% | 0.66% | - |
| XYZ | 18.53 | 12.78 | 2.47 | - |
| YUV | 94.29 | 89.47 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 26 | 0 | 0.58 | 0.85 | 0.34 | 18.59 | 0.73 | 0.38 |
| Hex | A8 | 46 | 1A | 0 | 3A | 55 | 22 | 13 | 49 | 26 |
| Octal | 250 | 106 | 32 | 0 | 72 | 125 | 42 | 23 | 111 | 46 |
| Binary | 10101000 | 1000110 | 11010 | 0 | 111010 | 1010101 | 100010 | 10011 | 1001001 | 100110 |
Color Harmonies of #A8461A
Complementary color
Monochromatic Colors of #A8461A
Black with #A8461A
Text Example
Text Example
White with #A8461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8461A; }
p { color: rgb(168,70,26); }
H1.HeaderClassName
{
color: #A8461A;
}
.AnyTagClassName
{
color: #A8461A;
}
</style>
background-color css
<style>
a { background-color: #A8461A; }
a { background-color: rgb(168,70,26); }
div.DivClassName
{
background-color: #A8461A;
}
.BgClassName
{
background-color: #A8461A;
}
</style>
border-color css
<style>
span { border-color: #A8461A; }
span { border-color: rgb(168,70,26); }
td.TdClassName
{
border-color: #A8461A;
}
.TagClassName
{
border-color: #A8461A;
}
</style>