Shades of Rich Gold #A45A21
Tints of Rich Gold #A45A21
RGB
CMYK
RGB Variations
Color information
#A45A21 (or 0xA45A21) is known color: Rich Gold. HEX triplet: A4, 5A and 21. RGB value is (164,90,33). Sum of RGB (Red+Green+Blue) = 164+90+33=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A21 is #5BA5DE. Grayscale: #696969. Windows color (decimal): -6006239 or 2185892. OLE color: 2185892.
HSL color Cylindrical-coordinate representation of color #A45A21: hue angle of 26.11º 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 #A45A21 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 33 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.36 |
| HSL | 26.11º | 0.66% | 0.39% | - |
| HSV(B) | 26.11º | 0.8% | 0.64% | - |
| XYZ | 19.24 | 15.31 | 3.38 | - |
| YUV | 105.63 | 87.02 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 33 | 0 | 0.45 | 0.80 | 0.36 | 26.11 | 0.66 | 0.39 |
| Hex | A4 | 5A | 21 | 0 | 2D | 50 | 24 | 1A | 42 | 27 |
| Octal | 244 | 132 | 41 | 0 | 55 | 120 | 44 | 32 | 102 | 47 |
| Binary | 10100100 | 1011010 | 100001 | 0 | 101101 | 1010000 | 100100 | 11010 | 1000010 | 100111 |
Color Harmonies of #A45A21
Complementary color
Monochromatic Colors of #A45A21
Black with #A45A21
Text Example
Text Example
White with #A45A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A21; }
p { color: rgb(164,90,33); }
H1.HeaderClassName
{
color: #A45A21;
}
.AnyTagClassName
{
color: #A45A21;
}
</style>
background-color css
<style>
a { background-color: #A45A21; }
a { background-color: rgb(164,90,33); }
div.DivClassName
{
background-color: #A45A21;
}
.BgClassName
{
background-color: #A45A21;
}
</style>
border-color css
<style>
span { border-color: #A45A21; }
span { border-color: rgb(164,90,33); }
td.TdClassName
{
border-color: #A45A21;
}
.TagClassName
{
border-color: #A45A21;
}
</style>