Shades of Rich Gold #A4510E
Tints of Rich Gold #A4510E
RGB
CMYK
RGB Variations
Color information
#A4510E (or 0xA4510E) is known color: Rich Gold. HEX triplet: A4, 51 and 0E. RGB value is (164,81,14). Sum of RGB (Red+Green+Blue) = 164+81+14=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4510E is #5BAEF1. Grayscale: #626262. Windows color (decimal): -6008562 or 938404. OLE color: 938404.
HSL color Cylindrical-coordinate representation of color #A4510E: hue angle of 26.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4510E is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 14 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.36 |
| HSL | 26.8º | 0.84% | 0.35% | - |
| HSV(B) | 26.8º | 0.91% | 0.64% | - |
| XYZ | 18.33 | 13.81 | 2.11 | - |
| YUV | 98.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 14 | 0 | 0.51 | 0.91 | 0.36 | 26.8 | 0.84 | 0.35 |
| Hex | A4 | 51 | E | 0 | 33 | 5B | 24 | 1B | 54 | 23 |
| Octal | 244 | 121 | 16 | 0 | 63 | 133 | 44 | 33 | 124 | 43 |
| Binary | 10100100 | 1010001 | 1110 | 0 | 110011 | 1011011 | 100100 | 11011 | 1010100 | 100011 |
Color Harmonies of #A4510E
Complementary color
Monochromatic Colors of #A4510E
Black with #A4510E
Text Example
Text Example
White with #A4510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4510E; }
p { color: rgb(164,81,14); }
H1.HeaderClassName
{
color: #A4510E;
}
.AnyTagClassName
{
color: #A4510E;
}
</style>
background-color css
<style>
a { background-color: #A4510E; }
a { background-color: rgb(164,81,14); }
div.DivClassName
{
background-color: #A4510E;
}
.BgClassName
{
background-color: #A4510E;
}
</style>
border-color css
<style>
span { border-color: #A4510E; }
span { border-color: rgb(164,81,14); }
td.TdClassName
{
border-color: #A4510E;
}
.TagClassName
{
border-color: #A4510E;
}
</style>