Shades of Rich Gold #A44D1E
Tints of Rich Gold #A44D1E
RGB
CMYK
RGB Variations
Color information
#A44D1E (or 0xA44D1E) is known color: Rich Gold. HEX triplet: A4, 4D and 1E. RGB value is (164,77,30). Sum of RGB (Red+Green+Blue) = 164+77+30=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D1E is #5BB2E1. Grayscale: #616161. Windows color (decimal): -6009570 or 1985956. OLE color: 1985956.
HSL color Cylindrical-coordinate representation of color #A44D1E: hue angle of 21.04º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A44D1E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 30 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.36 |
| HSL | 21.04º | 0.69% | 0.38% | - |
| HSV(B) | 21.04º | 0.82% | 0.64% | - |
| XYZ | 18.2 | 13.29 | 2.84 | - |
| YUV | 97.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 30 | 0 | 0.53 | 0.82 | 0.36 | 21.04 | 0.69 | 0.38 |
| Hex | A4 | 4D | 1E | 0 | 35 | 52 | 24 | 15 | 45 | 26 |
| Octal | 244 | 115 | 36 | 0 | 65 | 122 | 44 | 25 | 105 | 46 |
| Binary | 10100100 | 1001101 | 11110 | 0 | 110101 | 1010010 | 100100 | 10101 | 1000101 | 100110 |
Color Harmonies of #A44D1E
Complementary color
Monochromatic Colors of #A44D1E
Black with #A44D1E
Text Example
Text Example
White with #A44D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D1E; }
p { color: rgb(164,77,30); }
H1.HeaderClassName
{
color: #A44D1E;
}
.AnyTagClassName
{
color: #A44D1E;
}
</style>
background-color css
<style>
a { background-color: #A44D1E; }
a { background-color: rgb(164,77,30); }
div.DivClassName
{
background-color: #A44D1E;
}
.BgClassName
{
background-color: #A44D1E;
}
</style>
border-color css
<style>
span { border-color: #A44D1E; }
span { border-color: rgb(164,77,30); }
td.TdClassName
{
border-color: #A44D1E;
}
.TagClassName
{
border-color: #A44D1E;
}
</style>