Shades of Rich Gold #A6592A
Tints of Rich Gold #A6592A
RGB
CMYK
RGB Variations
Color information
#A6592A (or 0xA6592A) is known color: Rich Gold. HEX triplet: A6, 59 and 2A. RGB value is (166,89,42). Sum of RGB (Red+Green+Blue) = 166+89+42=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6592A is #59A6D5. Grayscale: #6A6A6A. Windows color (decimal): -5875414 or 2775462. OLE color: 2775462.
HSL color Cylindrical-coordinate representation of color #A6592A: hue angle of 22.74º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6592A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 42 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.35 |
| HSL | 22.74º | 0.6% | 0.41% | - |
| HSV(B) | 22.74º | 0.75% | 0.65% | - |
| XYZ | 19.72 | 15.42 | 4.13 | - |
| YUV | 106.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 42 | 0 | 0.46 | 0.75 | 0.35 | 22.74 | 0.6 | 0.41 |
| Hex | A6 | 59 | 2A | 0 | 2E | 4B | 23 | 17 | 3C | 29 |
| Octal | 246 | 131 | 52 | 0 | 56 | 113 | 43 | 27 | 74 | 51 |
| Binary | 10100110 | 1011001 | 101010 | 0 | 101110 | 1001011 | 100011 | 10111 | 111100 | 101001 |
Color Harmonies of #A6592A
Complementary color
Monochromatic Colors of #A6592A
Black with #A6592A
Text Example
Text Example
White with #A6592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6592A; }
p { color: rgb(166,89,42); }
H1.HeaderClassName
{
color: #A6592A;
}
.AnyTagClassName
{
color: #A6592A;
}
</style>
background-color css
<style>
a { background-color: #A6592A; }
a { background-color: rgb(166,89,42); }
div.DivClassName
{
background-color: #A6592A;
}
.BgClassName
{
background-color: #A6592A;
}
</style>
border-color css
<style>
span { border-color: #A6592A; }
span { border-color: rgb(166,89,42); }
td.TdClassName
{
border-color: #A6592A;
}
.TagClassName
{
border-color: #A6592A;
}
</style>