Shades of Rich Gold #A45221
Tints of Rich Gold #A45221
RGB
CMYK
RGB Variations
Color information
#A45221 (or 0xA45221) is known color: Rich Gold. HEX triplet: A4, 52 and 21. RGB value is (164,82,33). Sum of RGB (Red+Green+Blue) = 164+82+33=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A45221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45221 is #5BADDE. Grayscale: #656565. Windows color (decimal): -6008287 or 2183844. OLE color: 2183844.
HSL color Cylindrical-coordinate representation of color #A45221: hue angle of 22.44º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A45221 is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 33 | - |
| CMYK | 0 | 0.5 | 0.80 | 0.36 |
| HSL | 22.44º | 0.66% | 0.39% | - |
| HSV(B) | 22.44º | 0.8% | 0.64% | - |
| XYZ | 18.6 | 14.04 | 3.17 | - |
| YUV | 100.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 33 | 0 | 0.5 | 0.80 | 0.36 | 22.44 | 0.66 | 0.39 |
| Hex | A4 | 52 | 21 | 0 | 32 | 50 | 24 | 16 | 42 | 27 |
| Octal | 244 | 122 | 41 | 0 | 62 | 120 | 44 | 26 | 102 | 47 |
| Binary | 10100100 | 1010010 | 100001 | 0 | 110010 | 1010000 | 100100 | 10110 | 1000010 | 100111 |
Color Harmonies of #A45221
Complementary color
Monochromatic Colors of #A45221
Black with #A45221
Text Example
Text Example
White with #A45221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45221; }
p { color: rgb(164,82,33); }
H1.HeaderClassName
{
color: #A45221;
}
.AnyTagClassName
{
color: #A45221;
}
</style>
background-color css
<style>
a { background-color: #A45221; }
a { background-color: rgb(164,82,33); }
div.DivClassName
{
background-color: #A45221;
}
.BgClassName
{
background-color: #A45221;
}
</style>
border-color css
<style>
span { border-color: #A45221; }
span { border-color: rgb(164,82,33); }
td.TdClassName
{
border-color: #A45221;
}
.TagClassName
{
border-color: #A45221;
}
</style>