Shades of Rich Gold #A44A16
Tints of Rich Gold #A44A16
RGB
CMYK
RGB Variations
Color information
#A44A16 (or 0xA44A16) is known color: Rich Gold. HEX triplet: A4, 4A and 16. RGB value is (164,74,22). Sum of RGB (Red+Green+Blue) = 164+74+22=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A16 is #5BB5E9. Grayscale: #5F5F5F. Windows color (decimal): -6010346 or 1460900. OLE color: 1460900.
HSL color Cylindrical-coordinate representation of color #A44A16: hue angle of 21.97º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A44A16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 22 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.36 |
| HSL | 21.97º | 0.76% | 0.36% | - |
| HSV(B) | 21.97º | 0.87% | 0.64% | - |
| XYZ | 17.9 | 12.85 | 2.3 | - |
| YUV | 94.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 22 | 0 | 0.55 | 0.87 | 0.36 | 21.97 | 0.76 | 0.36 |
| Hex | A4 | 4A | 16 | 0 | 37 | 57 | 24 | 16 | 4C | 24 |
| Octal | 244 | 112 | 26 | 0 | 67 | 127 | 44 | 26 | 114 | 44 |
| Binary | 10100100 | 1001010 | 10110 | 0 | 110111 | 1010111 | 100100 | 10110 | 1001100 | 100100 |
Color Harmonies of #A44A16
Complementary color
Monochromatic Colors of #A44A16
Black with #A44A16
Text Example
Text Example
White with #A44A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A16; }
p { color: rgb(164,74,22); }
H1.HeaderClassName
{
color: #A44A16;
}
.AnyTagClassName
{
color: #A44A16;
}
</style>
background-color css
<style>
a { background-color: #A44A16; }
a { background-color: rgb(164,74,22); }
div.DivClassName
{
background-color: #A44A16;
}
.BgClassName
{
background-color: #A44A16;
}
</style>
border-color css
<style>
span { border-color: #A44A16; }
span { border-color: rgb(164,74,22); }
td.TdClassName
{
border-color: #A44A16;
}
.TagClassName
{
border-color: #A44A16;
}
</style>