Shades of Rich Gold #A84818
Tints of Rich Gold #A84818
RGB
CMYK
RGB Variations
Color information
#A84818 (or 0xA84818) is known color: Rich Gold. HEX triplet: A8, 48 and 18. RGB value is (168,72,24). Sum of RGB (Red+Green+Blue) = 168+72+24=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A84818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84818 is #57B7E7. Grayscale: #5F5F5F. Windows color (decimal): -5748712 or 1591464. OLE color: 1591464.
HSL color Cylindrical-coordinate representation of color #A84818: hue angle of 20º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A84818 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 24 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.34 |
| HSL | 20º | 0.75% | 0.38% | - |
| HSV(B) | 20º | 0.86% | 0.66% | - |
| XYZ | 18.63 | 13.03 | 2.4 | - |
| YUV | 95.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 24 | 0 | 0.57 | 0.86 | 0.34 | 20 | 0.75 | 0.38 |
| Hex | A8 | 48 | 18 | 0 | 39 | 56 | 22 | 14 | 4B | 26 |
| Octal | 250 | 110 | 30 | 0 | 71 | 126 | 42 | 24 | 113 | 46 |
| Binary | 10101000 | 1001000 | 11000 | 0 | 111001 | 1010110 | 100010 | 10100 | 1001011 | 100110 |
Color Harmonies of #A84818
Complementary color
Monochromatic Colors of #A84818
Black with #A84818
Text Example
Text Example
White with #A84818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84818; }
p { color: rgb(168,72,24); }
H1.HeaderClassName
{
color: #A84818;
}
.AnyTagClassName
{
color: #A84818;
}
</style>
background-color css
<style>
a { background-color: #A84818; }
a { background-color: rgb(168,72,24); }
div.DivClassName
{
background-color: #A84818;
}
.BgClassName
{
background-color: #A84818;
}
</style>
border-color css
<style>
span { border-color: #A84818; }
span { border-color: rgb(168,72,24); }
td.TdClassName
{
border-color: #A84818;
}
.TagClassName
{
border-color: #A84818;
}
</style>