Shades of Rich Gold #A44B18
Tints of Rich Gold #A44B18
RGB
CMYK
RGB Variations
Color information
#A44B18 (or 0xA44B18) is known color: Rich Gold. HEX triplet: A4, 4B and 18. RGB value is (164,75,24). Sum of RGB (Red+Green+Blue) = 164+75+24=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B18 is #5BB4E7. Grayscale: #606060. Windows color (decimal): -6010088 or 1592228. OLE color: 1592228.
HSL color Cylindrical-coordinate representation of color #A44B18: hue angle of 21.86º 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 #A44B18 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 24 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.36 |
| HSL | 21.86º | 0.74% | 0.37% | - |
| HSV(B) | 21.86º | 0.85% | 0.64% | - |
| XYZ | 17.99 | 12.99 | 2.42 | - |
| YUV | 95.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 24 | 0 | 0.54 | 0.85 | 0.36 | 21.86 | 0.74 | 0.37 |
| Hex | A4 | 4B | 18 | 0 | 36 | 55 | 24 | 16 | 4A | 25 |
| Octal | 244 | 113 | 30 | 0 | 66 | 125 | 44 | 26 | 112 | 45 |
| Binary | 10100100 | 1001011 | 11000 | 0 | 110110 | 1010101 | 100100 | 10110 | 1001010 | 100101 |
Color Harmonies of #A44B18
Complementary color
Monochromatic Colors of #A44B18
Black with #A44B18
Text Example
Text Example
White with #A44B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B18; }
p { color: rgb(164,75,24); }
H1.HeaderClassName
{
color: #A44B18;
}
.AnyTagClassName
{
color: #A44B18;
}
</style>
background-color css
<style>
a { background-color: #A44B18; }
a { background-color: rgb(164,75,24); }
div.DivClassName
{
background-color: #A44B18;
}
.BgClassName
{
background-color: #A44B18;
}
</style>
border-color css
<style>
span { border-color: #A44B18; }
span { border-color: rgb(164,75,24); }
td.TdClassName
{
border-color: #A44B18;
}
.TagClassName
{
border-color: #A44B18;
}
</style>