Shades of Rich Gold #A6561B
Tints of Rich Gold #A6561B
RGB
CMYK
RGB Variations
Color information
#A6561B (or 0xA6561B) is known color: Rich Gold. HEX triplet: A6, 56 and 1B. RGB value is (166,86,27). Sum of RGB (Red+Green+Blue) = 166+86+27=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6561B is #59A9E4. Grayscale: #676767. Windows color (decimal): -5876197 or 1791654. OLE color: 1791654.
HSL color Cylindrical-coordinate representation of color #A6561B: hue angle of 25.47º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6561B is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 27 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.35 |
| HSL | 25.47º | 0.72% | 0.38% | - |
| HSV(B) | 25.47º | 0.84% | 0.65% | - |
| XYZ | 19.25 | 14.84 | 2.89 | - |
| YUV | 103.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 27 | 0 | 0.48 | 0.84 | 0.35 | 25.47 | 0.72 | 0.38 |
| Hex | A6 | 56 | 1B | 0 | 30 | 54 | 23 | 19 | 48 | 26 |
| Octal | 246 | 126 | 33 | 0 | 60 | 124 | 43 | 31 | 110 | 46 |
| Binary | 10100110 | 1010110 | 11011 | 0 | 110000 | 1010100 | 100011 | 11001 | 1001000 | 100110 |
Color Harmonies of #A6561B
Complementary color
Monochromatic Colors of #A6561B
Black with #A6561B
Text Example
Text Example
White with #A6561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6561B; }
p { color: rgb(166,86,27); }
H1.HeaderClassName
{
color: #A6561B;
}
.AnyTagClassName
{
color: #A6561B;
}
</style>
background-color css
<style>
a { background-color: #A6561B; }
a { background-color: rgb(166,86,27); }
div.DivClassName
{
background-color: #A6561B;
}
.BgClassName
{
background-color: #A6561B;
}
</style>
border-color css
<style>
span { border-color: #A6561B; }
span { border-color: rgb(166,86,27); }
td.TdClassName
{
border-color: #A6561B;
}
.TagClassName
{
border-color: #A6561B;
}
</style>