Shades of Rich Gold #A84D21
Tints of Rich Gold #A84D21
RGB
CMYK
RGB Variations
Color information
#A84D21 (or 0xA84D21) is known color: Rich Gold. HEX triplet: A8, 4D and 21. RGB value is (168,77,33). Sum of RGB (Red+Green+Blue) = 168+77+33=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D21 is #57B2DE. Grayscale: #636363. Windows color (decimal): -5747423 or 2182568. OLE color: 2182568.
HSL color Cylindrical-coordinate representation of color #A84D21: hue angle of 19.56º 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 #A84D21 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 33 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.34 |
| HSL | 19.56º | 0.67% | 0.39% | - |
| HSV(B) | 19.56º | 0.8% | 0.66% | - |
| XYZ | 19.08 | 13.74 | 3.09 | - |
| YUV | 99.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 33 | 0 | 0.54 | 0.80 | 0.34 | 19.56 | 0.67 | 0.39 |
| Hex | A8 | 4D | 21 | 0 | 36 | 50 | 22 | 14 | 43 | 27 |
| Octal | 250 | 115 | 41 | 0 | 66 | 120 | 42 | 24 | 103 | 47 |
| Binary | 10101000 | 1001101 | 100001 | 0 | 110110 | 1010000 | 100010 | 10100 | 1000011 | 100111 |
Color Harmonies of #A84D21
Complementary color
Monochromatic Colors of #A84D21
Black with #A84D21
Text Example
Text Example
White with #A84D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D21; }
p { color: rgb(168,77,33); }
H1.HeaderClassName
{
color: #A84D21;
}
.AnyTagClassName
{
color: #A84D21;
}
</style>
background-color css
<style>
a { background-color: #A84D21; }
a { background-color: rgb(168,77,33); }
div.DivClassName
{
background-color: #A84D21;
}
.BgClassName
{
background-color: #A84D21;
}
</style>
border-color css
<style>
span { border-color: #A84D21; }
span { border-color: rgb(168,77,33); }
td.TdClassName
{
border-color: #A84D21;
}
.TagClassName
{
border-color: #A84D21;
}
</style>