Shades of Rich Gold #AD561B
Tints of Rich Gold #AD561B
RGB
CMYK
RGB Variations
Color information
#AD561B (or 0xAD561B) is known color: Rich Gold. HEX triplet: AD, 56 and 1B. RGB value is (173,86,27). Sum of RGB (Red+Green+Blue) = 173+86+27=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD561B is #52A9E4. Grayscale: #696969. Windows color (decimal): -5417445 or 1791661. OLE color: 1791661.
HSL color Cylindrical-coordinate representation of color #AD561B: hue angle of 24.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD561B is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 27 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.32 |
| HSL | 24.25º | 0.73% | 0.39% | - |
| HSV(B) | 24.25º | 0.84% | 0.68% | - |
| XYZ | 20.76 | 15.62 | 2.96 | - |
| YUV | 105.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 27 | 0 | 0.50 | 0.84 | 0.32 | 24.25 | 0.73 | 0.39 |
| Hex | AD | 56 | 1B | 0 | 32 | 54 | 20 | 18 | 49 | 27 |
| Octal | 255 | 126 | 33 | 0 | 62 | 124 | 40 | 30 | 111 | 47 |
| Binary | 10101101 | 1010110 | 11011 | 0 | 110010 | 1010100 | 100000 | 11000 | 1001001 | 100111 |
Color Harmonies of #AD561B
Complementary color
Monochromatic Colors of #AD561B
Black with #AD561B
Text Example
Text Example
White with #AD561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD561B; }
p { color: rgb(173,86,27); }
H1.HeaderClassName
{
color: #AD561B;
}
.AnyTagClassName
{
color: #AD561B;
}
</style>
background-color css
<style>
a { background-color: #AD561B; }
a { background-color: rgb(173,86,27); }
div.DivClassName
{
background-color: #AD561B;
}
.BgClassName
{
background-color: #AD561B;
}
</style>
border-color css
<style>
span { border-color: #AD561B; }
span { border-color: rgb(173,86,27); }
td.TdClassName
{
border-color: #AD561B;
}
.TagClassName
{
border-color: #AD561B;
}
</style>