Shades of Rich Gold #A2591B
Tints of Rich Gold #A2591B
RGB
CMYK
RGB Variations
Color information
#A2591B (or 0xA2591B) is known color: Rich Gold. HEX triplet: A2, 59 and 1B. RGB value is (162,89,27). Sum of RGB (Red+Green+Blue) = 162+89+27=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2591B is #5DA6E4. Grayscale: #686868. Windows color (decimal): -6137573 or 1792418. OLE color: 1792418.
HSL color Cylindrical-coordinate representation of color #A2591B: hue angle of 27.56º 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 #A2591B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 27 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.36 |
| HSL | 27.56º | 0.71% | 0.37% | - |
| HSV(B) | 27.56º | 0.83% | 0.64% | - |
| XYZ | 18.67 | 14.91 | 2.93 | - |
| YUV | 103.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 27 | 0 | 0.45 | 0.83 | 0.36 | 27.56 | 0.71 | 0.37 |
| Hex | A2 | 59 | 1B | 0 | 2D | 53 | 24 | 1C | 47 | 25 |
| Octal | 242 | 131 | 33 | 0 | 55 | 123 | 44 | 34 | 107 | 45 |
| Binary | 10100010 | 1011001 | 11011 | 0 | 101101 | 1010011 | 100100 | 11100 | 1000111 | 100101 |
Color Harmonies of #A2591B
Complementary color
Monochromatic Colors of #A2591B
Black with #A2591B
Text Example
Text Example
White with #A2591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2591B; }
p { color: rgb(162,89,27); }
H1.HeaderClassName
{
color: #A2591B;
}
.AnyTagClassName
{
color: #A2591B;
}
</style>
background-color css
<style>
a { background-color: #A2591B; }
a { background-color: rgb(162,89,27); }
div.DivClassName
{
background-color: #A2591B;
}
.BgClassName
{
background-color: #A2591B;
}
</style>
border-color css
<style>
span { border-color: #A2591B; }
span { border-color: rgb(162,89,27); }
td.TdClassName
{
border-color: #A2591B;
}
.TagClassName
{
border-color: #A2591B;
}
</style>