Shades of Rich Gold #A4591E
Tints of Rich Gold #A4591E
RGB
CMYK
RGB Variations
Color information
#A4591E (or 0xA4591E) is known color: Rich Gold. HEX triplet: A4, 59 and 1E. RGB value is (164,89,30). Sum of RGB (Red+Green+Blue) = 164+89+30=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A4591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4591E is #5BA6E1. Grayscale: #696969. Windows color (decimal): -6006498 or 1989028. OLE color: 1989028.
HSL color Cylindrical-coordinate representation of color #A4591E: hue angle of 26.42º degrees, saturation: 0.69, 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 #A4591E is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 30 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.36 |
| HSL | 26.42º | 0.69% | 0.38% | - |
| HSV(B) | 26.42º | 0.82% | 0.64% | - |
| XYZ | 19.12 | 15.13 | 3.14 | - |
| YUV | 104.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 30 | 0 | 0.46 | 0.82 | 0.36 | 26.42 | 0.69 | 0.38 |
| Hex | A4 | 59 | 1E | 0 | 2E | 52 | 24 | 1A | 45 | 26 |
| Octal | 244 | 131 | 36 | 0 | 56 | 122 | 44 | 32 | 105 | 46 |
| Binary | 10100100 | 1011001 | 11110 | 0 | 101110 | 1010010 | 100100 | 11010 | 1000101 | 100110 |
Color Harmonies of #A4591E
Complementary color
Monochromatic Colors of #A4591E
Black with #A4591E
Text Example
Text Example
White with #A4591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4591E; }
p { color: rgb(164,89,30); }
H1.HeaderClassName
{
color: #A4591E;
}
.AnyTagClassName
{
color: #A4591E;
}
</style>
background-color css
<style>
a { background-color: #A4591E; }
a { background-color: rgb(164,89,30); }
div.DivClassName
{
background-color: #A4591E;
}
.BgClassName
{
background-color: #A4591E;
}
</style>
border-color css
<style>
span { border-color: #A4591E; }
span { border-color: rgb(164,89,30); }
td.TdClassName
{
border-color: #A4591E;
}
.TagClassName
{
border-color: #A4591E;
}
</style>