Shades of Rich Gold #A44519
Tints of Rich Gold #A44519
RGB
CMYK
RGB Variations
Color information
#A44519 (or 0xA44519) is known color: Rich Gold. HEX triplet: A4, 45 and 19. RGB value is (164,69,25). Sum of RGB (Red+Green+Blue) = 164+69+25=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A44519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44519 is #5BBAE6. Grayscale: #5C5C5C. Windows color (decimal): -6011623 or 1656228. OLE color: 1656228.
HSL color Cylindrical-coordinate representation of color #A44519: hue angle of 18.99º 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 #A44519 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 25 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.36 |
| HSL | 18.99º | 0.74% | 0.37% | - |
| HSV(B) | 18.99º | 0.85% | 0.64% | - |
| XYZ | 17.61 | 12.22 | 2.35 | - |
| YUV | 92.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 25 | 0 | 0.58 | 0.85 | 0.36 | 18.99 | 0.74 | 0.37 |
| Hex | A4 | 45 | 19 | 0 | 3A | 55 | 24 | 13 | 4A | 25 |
| Octal | 244 | 105 | 31 | 0 | 72 | 125 | 44 | 23 | 112 | 45 |
| Binary | 10100100 | 1000101 | 11001 | 0 | 111010 | 1010101 | 100100 | 10011 | 1001010 | 100101 |
Color Harmonies of #A44519
Complementary color
Monochromatic Colors of #A44519
Black with #A44519
Text Example
Text Example
White with #A44519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44519; }
p { color: rgb(164,69,25); }
H1.HeaderClassName
{
color: #A44519;
}
.AnyTagClassName
{
color: #A44519;
}
</style>
background-color css
<style>
a { background-color: #A44519; }
a { background-color: rgb(164,69,25); }
div.DivClassName
{
background-color: #A44519;
}
.BgClassName
{
background-color: #A44519;
}
</style>
border-color css
<style>
span { border-color: #A44519; }
span { border-color: rgb(164,69,25); }
td.TdClassName
{
border-color: #A44519;
}
.TagClassName
{
border-color: #A44519;
}
</style>