Shades of Rich Gold #A44C12
Tints of Rich Gold #A44C12
RGB
CMYK
RGB Variations
Color information
#A44C12 (or 0xA44C12) is known color: Rich Gold. HEX triplet: A4, 4C and 12. RGB value is (164,76,18). Sum of RGB (Red+Green+Blue) = 164+76+18=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C12 is #5BB3ED. Grayscale: #606060. Windows color (decimal): -6009838 or 1199268. OLE color: 1199268.
HSL color Cylindrical-coordinate representation of color #A44C12: hue angle of 23.84º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A44C12 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 18 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.36 |
| HSL | 23.84º | 0.8% | 0.36% | - |
| HSV(B) | 23.84º | 0.89% | 0.64% | - |
| XYZ | 18 | 13.11 | 2.15 | - |
| YUV | 95.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 18 | 0 | 0.54 | 0.89 | 0.36 | 23.84 | 0.8 | 0.36 |
| Hex | A4 | 4C | 12 | 0 | 36 | 59 | 24 | 18 | 50 | 24 |
| Octal | 244 | 114 | 22 | 0 | 66 | 131 | 44 | 30 | 120 | 44 |
| Binary | 10100100 | 1001100 | 10010 | 0 | 110110 | 1011001 | 100100 | 11000 | 1010000 | 100100 |
Color Harmonies of #A44C12
Complementary color
Monochromatic Colors of #A44C12
Black with #A44C12
Text Example
Text Example
White with #A44C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C12; }
p { color: rgb(164,76,18); }
H1.HeaderClassName
{
color: #A44C12;
}
.AnyTagClassName
{
color: #A44C12;
}
</style>
background-color css
<style>
a { background-color: #A44C12; }
a { background-color: rgb(164,76,18); }
div.DivClassName
{
background-color: #A44C12;
}
.BgClassName
{
background-color: #A44C12;
}
</style>
border-color css
<style>
span { border-color: #A44C12; }
span { border-color: rgb(164,76,18); }
td.TdClassName
{
border-color: #A44C12;
}
.TagClassName
{
border-color: #A44C12;
}
</style>