Shades of Rich Gold #A44E1D
Tints of Rich Gold #A44E1D
RGB
CMYK
RGB Variations
Color information
#A44E1D (or 0xA44E1D) is known color: Rich Gold. HEX triplet: A4, 4E and 1D. RGB value is (164,78,29). Sum of RGB (Red+Green+Blue) = 164+78+29=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E1D is #5BB1E2. Grayscale: #626262. Windows color (decimal): -6009315 or 1920676. OLE color: 1920676.
HSL color Cylindrical-coordinate representation of color #A44E1D: hue angle of 21.78º degrees, saturation: 0.7, 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 #A44E1D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 29 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.36 |
| HSL | 21.78º | 0.7% | 0.38% | - |
| HSV(B) | 21.78º | 0.82% | 0.64% | - |
| XYZ | 18.26 | 13.43 | 2.79 | - |
| YUV | 98.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 29 | 0 | 0.52 | 0.82 | 0.36 | 21.78 | 0.7 | 0.38 |
| Hex | A4 | 4E | 1D | 0 | 34 | 52 | 24 | 16 | 46 | 26 |
| Octal | 244 | 116 | 35 | 0 | 64 | 122 | 44 | 26 | 106 | 46 |
| Binary | 10100100 | 1001110 | 11101 | 0 | 110100 | 1010010 | 100100 | 10110 | 1000110 | 100110 |
Color Harmonies of #A44E1D
Complementary color
Monochromatic Colors of #A44E1D
Black with #A44E1D
Text Example
Text Example
White with #A44E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E1D; }
p { color: rgb(164,78,29); }
H1.HeaderClassName
{
color: #A44E1D;
}
.AnyTagClassName
{
color: #A44E1D;
}
</style>
background-color css
<style>
a { background-color: #A44E1D; }
a { background-color: rgb(164,78,29); }
div.DivClassName
{
background-color: #A44E1D;
}
.BgClassName
{
background-color: #A44E1D;
}
</style>
border-color css
<style>
span { border-color: #A44E1D; }
span { border-color: rgb(164,78,29); }
td.TdClassName
{
border-color: #A44E1D;
}
.TagClassName
{
border-color: #A44E1D;
}
</style>