Shades of Rich Gold #A84921
Tints of Rich Gold #A84921
RGB
CMYK
RGB Variations
Color information
#A84921 (or 0xA84921) is known color: Rich Gold. HEX triplet: A8, 49 and 21. RGB value is (168,73,33). Sum of RGB (Red+Green+Blue) = 168+73+33=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A84921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84921 is #57B6DE. Grayscale: #616161. Windows color (decimal): -5748447 or 2181544. OLE color: 2181544.
HSL color Cylindrical-coordinate representation of color #A84921: hue angle of 17.78º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A84921 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 33 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.34 |
| HSL | 17.78º | 0.67% | 0.39% | - |
| HSV(B) | 17.78º | 0.8% | 0.66% | - |
| XYZ | 18.81 | 13.2 | 3 | - |
| YUV | 96.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 33 | 0 | 0.57 | 0.80 | 0.34 | 17.78 | 0.67 | 0.39 |
| Hex | A8 | 49 | 21 | 0 | 39 | 50 | 22 | 12 | 43 | 27 |
| Octal | 250 | 111 | 41 | 0 | 71 | 120 | 42 | 22 | 103 | 47 |
| Binary | 10101000 | 1001001 | 100001 | 0 | 111001 | 1010000 | 100010 | 10010 | 1000011 | 100111 |
Color Harmonies of #A84921
Complementary color
Monochromatic Colors of #A84921
Black with #A84921
Text Example
Text Example
White with #A84921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84921; }
p { color: rgb(168,73,33); }
H1.HeaderClassName
{
color: #A84921;
}
.AnyTagClassName
{
color: #A84921;
}
</style>
background-color css
<style>
a { background-color: #A84921; }
a { background-color: rgb(168,73,33); }
div.DivClassName
{
background-color: #A84921;
}
.BgClassName
{
background-color: #A84921;
}
</style>
border-color css
<style>
span { border-color: #A84921; }
span { border-color: rgb(168,73,33); }
td.TdClassName
{
border-color: #A84921;
}
.TagClassName
{
border-color: #A84921;
}
</style>