Shades of Rich Gold #A44C14
Tints of Rich Gold #A44C14
RGB
CMYK
RGB Variations
Color information
#A44C14 (or 0xA44C14) is known color: Rich Gold. HEX triplet: A4, 4C and 14. RGB value is (164,76,20). Sum of RGB (Red+Green+Blue) = 164+76+20=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C14 is #5BB3EB. Grayscale: #606060. Windows color (decimal): -6009836 or 1330340. OLE color: 1330340.
HSL color Cylindrical-coordinate representation of color #A44C14: hue angle of 23.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A44C14 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 20 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.36 |
| HSL | 23.33º | 0.78% | 0.36% | - |
| HSV(B) | 23.33º | 0.88% | 0.64% | - |
| XYZ | 18.02 | 13.11 | 2.24 | - |
| YUV | 95.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 20 | 0 | 0.54 | 0.88 | 0.36 | 23.33 | 0.78 | 0.36 |
| Hex | A4 | 4C | 14 | 0 | 36 | 58 | 24 | 17 | 4E | 24 |
| Octal | 244 | 114 | 24 | 0 | 66 | 130 | 44 | 27 | 116 | 44 |
| Binary | 10100100 | 1001100 | 10100 | 0 | 110110 | 1011000 | 100100 | 10111 | 1001110 | 100100 |
Color Harmonies of #A44C14
Complementary color
Monochromatic Colors of #A44C14
Black with #A44C14
Text Example
Text Example
White with #A44C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C14; }
p { color: rgb(164,76,20); }
H1.HeaderClassName
{
color: #A44C14;
}
.AnyTagClassName
{
color: #A44C14;
}
</style>
background-color css
<style>
a { background-color: #A44C14; }
a { background-color: rgb(164,76,20); }
div.DivClassName
{
background-color: #A44C14;
}
.BgClassName
{
background-color: #A44C14;
}
</style>
border-color css
<style>
span { border-color: #A44C14; }
span { border-color: rgb(164,76,20); }
td.TdClassName
{
border-color: #A44C14;
}
.TagClassName
{
border-color: #A44C14;
}
</style>