Shades of Rich Gold #A45821
Tints of Rich Gold #A45821
RGB
CMYK
RGB Variations
Color information
#A45821 (or 0xA45821) is known color: Rich Gold. HEX triplet: A4, 58 and 21. RGB value is (164,88,33). Sum of RGB (Red+Green+Blue) = 164+88+33=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A45821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45821 is #5BA7DE. Grayscale: #686868. Windows color (decimal): -6006751 or 2185380. OLE color: 2185380.
HSL color Cylindrical-coordinate representation of color #A45821: hue angle of 25.19º 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 #A45821 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 33 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.36 |
| HSL | 25.19º | 0.66% | 0.39% | - |
| HSV(B) | 25.19º | 0.8% | 0.64% | - |
| XYZ | 19.07 | 14.98 | 3.33 | - |
| YUV | 104.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 33 | 0 | 0.46 | 0.80 | 0.36 | 25.19 | 0.66 | 0.39 |
| Hex | A4 | 58 | 21 | 0 | 2E | 50 | 24 | 19 | 42 | 27 |
| Octal | 244 | 130 | 41 | 0 | 56 | 120 | 44 | 31 | 102 | 47 |
| Binary | 10100100 | 1011000 | 100001 | 0 | 101110 | 1010000 | 100100 | 11001 | 1000010 | 100111 |
Color Harmonies of #A45821
Complementary color
Monochromatic Colors of #A45821
Black with #A45821
Text Example
Text Example
White with #A45821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45821; }
p { color: rgb(164,88,33); }
H1.HeaderClassName
{
color: #A45821;
}
.AnyTagClassName
{
color: #A45821;
}
</style>
background-color css
<style>
a { background-color: #A45821; }
a { background-color: rgb(164,88,33); }
div.DivClassName
{
background-color: #A45821;
}
.BgClassName
{
background-color: #A45821;
}
</style>
border-color css
<style>
span { border-color: #A45821; }
span { border-color: rgb(164,88,33); }
td.TdClassName
{
border-color: #A45821;
}
.TagClassName
{
border-color: #A45821;
}
</style>