Shades of Rich Gold #A4591D
Tints of Rich Gold #A4591D
RGB
CMYK
RGB Variations
Color information
#A4591D (or 0xA4591D) is known color: Rich Gold. HEX triplet: A4, 59 and 1D. RGB value is (164,89,29). Sum of RGB (Red+Green+Blue) = 164+89+29=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A4591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4591D is #5BA6E2. Grayscale: #686868. Windows color (decimal): -6006499 or 1923492. OLE color: 1923492.
HSL color Cylindrical-coordinate representation of color #A4591D: hue angle of 26.67º 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 #A4591D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 29 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.36 |
| HSL | 26.67º | 0.7% | 0.38% | - |
| HSV(B) | 26.67º | 0.82% | 0.64% | - |
| XYZ | 19.1 | 15.13 | 3.08 | - |
| YUV | 104.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 29 | 0 | 0.46 | 0.82 | 0.36 | 26.67 | 0.7 | 0.38 |
| Hex | A4 | 59 | 1D | 0 | 2E | 52 | 24 | 1B | 46 | 26 |
| Octal | 244 | 131 | 35 | 0 | 56 | 122 | 44 | 33 | 106 | 46 |
| Binary | 10100100 | 1011001 | 11101 | 0 | 101110 | 1010010 | 100100 | 11011 | 1000110 | 100110 |
Color Harmonies of #A4591D
Complementary color
Monochromatic Colors of #A4591D
Black with #A4591D
Text Example
Text Example
White with #A4591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4591D; }
p { color: rgb(164,89,29); }
H1.HeaderClassName
{
color: #A4591D;
}
.AnyTagClassName
{
color: #A4591D;
}
</style>
background-color css
<style>
a { background-color: #A4591D; }
a { background-color: rgb(164,89,29); }
div.DivClassName
{
background-color: #A4591D;
}
.BgClassName
{
background-color: #A4591D;
}
</style>
border-color css
<style>
span { border-color: #A4591D; }
span { border-color: rgb(164,89,29); }
td.TdClassName
{
border-color: #A4591D;
}
.TagClassName
{
border-color: #A4591D;
}
</style>