Shades of Rich Gold #A44918
Tints of Rich Gold #A44918
RGB
CMYK
RGB Variations
Color information
#A44918 (or 0xA44918) is known color: Rich Gold. HEX triplet: A4, 49 and 18. RGB value is (164,73,24). Sum of RGB (Red+Green+Blue) = 164+73+24=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A44918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44918 is #5BB6E7. Grayscale: #5E5E5E. Windows color (decimal): -6010600 or 1591716. OLE color: 1591716.
HSL color Cylindrical-coordinate representation of color #A44918: hue angle of 21º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A44918 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 24 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.36 |
| HSL | 21º | 0.74% | 0.37% | - |
| HSV(B) | 21º | 0.85% | 0.64% | - |
| XYZ | 17.86 | 12.72 | 2.38 | - |
| YUV | 94.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 24 | 0 | 0.55 | 0.85 | 0.36 | 21 | 0.74 | 0.37 |
| Hex | A4 | 49 | 18 | 0 | 37 | 55 | 24 | 15 | 4A | 25 |
| Octal | 244 | 111 | 30 | 0 | 67 | 125 | 44 | 25 | 112 | 45 |
| Binary | 10100100 | 1001001 | 11000 | 0 | 110111 | 1010101 | 100100 | 10101 | 1001010 | 100101 |
Color Harmonies of #A44918
Complementary color
Monochromatic Colors of #A44918
Black with #A44918
Text Example
Text Example
White with #A44918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44918; }
p { color: rgb(164,73,24); }
H1.HeaderClassName
{
color: #A44918;
}
.AnyTagClassName
{
color: #A44918;
}
</style>
background-color css
<style>
a { background-color: #A44918; }
a { background-color: rgb(164,73,24); }
div.DivClassName
{
background-color: #A44918;
}
.BgClassName
{
background-color: #A44918;
}
</style>
border-color css
<style>
span { border-color: #A44918; }
span { border-color: rgb(164,73,24); }
td.TdClassName
{
border-color: #A44918;
}
.TagClassName
{
border-color: #A44918;
}
</style>