Shades of Rich Gold #A3591C
Tints of Rich Gold #A3591C
RGB
CMYK
RGB Variations
Color information
#A3591C (or 0xA3591C) is known color: Rich Gold. HEX triplet: A3, 59 and 1C. RGB value is (163,89,28). Sum of RGB (Red+Green+Blue) = 163+89+28=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A3591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3591C is #5CA6E3. Grayscale: #686868. Windows color (decimal): -6072036 or 1857955. OLE color: 1857955.
HSL color Cylindrical-coordinate representation of color #A3591C: hue angle of 27.11º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3591C is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 28 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.36 |
| HSL | 27.11º | 0.71% | 0.37% | - |
| HSV(B) | 27.11º | 0.83% | 0.64% | - |
| XYZ | 18.89 | 15.02 | 3 | - |
| YUV | 104.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 28 | 0 | 0.45 | 0.83 | 0.36 | 27.11 | 0.71 | 0.37 |
| Hex | A3 | 59 | 1C | 0 | 2D | 53 | 24 | 1B | 47 | 25 |
| Octal | 243 | 131 | 34 | 0 | 55 | 123 | 44 | 33 | 107 | 45 |
| Binary | 10100011 | 1011001 | 11100 | 0 | 101101 | 1010011 | 100100 | 11011 | 1000111 | 100101 |
Color Harmonies of #A3591C
Complementary color
Monochromatic Colors of #A3591C
Black with #A3591C
Text Example
Text Example
White with #A3591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3591C; }
p { color: rgb(163,89,28); }
H1.HeaderClassName
{
color: #A3591C;
}
.AnyTagClassName
{
color: #A3591C;
}
</style>
background-color css
<style>
a { background-color: #A3591C; }
a { background-color: rgb(163,89,28); }
div.DivClassName
{
background-color: #A3591C;
}
.BgClassName
{
background-color: #A3591C;
}
</style>
border-color css
<style>
span { border-color: #A3591C; }
span { border-color: rgb(163,89,28); }
td.TdClassName
{
border-color: #A3591C;
}
.TagClassName
{
border-color: #A3591C;
}
</style>