Shades of Golden Brown #AD5D16
Tints of Golden Brown #AD5D16
RGB
CMYK
RGB Variations
Color information
#AD5D16 (or 0xAD5D16) is known color: Golden Brown. HEX triplet: AD, 5D and 16. RGB value is (173,93,22). Sum of RGB (Red+Green+Blue) = 173+93+22=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D16 is #52A2E9. Grayscale: #6D6D6D. Windows color (decimal): -5415658 or 1465773. OLE color: 1465773.
HSL color Cylindrical-coordinate representation of color #AD5D16: hue angle of 28.21º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD5D16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 22 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.32 |
| HSL | 28.21º | 0.77% | 0.38% | - |
| HSV(B) | 28.21º | 0.87% | 0.68% | - |
| XYZ | 21.29 | 16.77 | 2.87 | - |
| YUV | 108.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 22 | 0 | 0.46 | 0.87 | 0.32 | 28.21 | 0.77 | 0.38 |
| Hex | AD | 5D | 16 | 0 | 2E | 57 | 20 | 1C | 4D | 26 |
| Octal | 255 | 135 | 26 | 0 | 56 | 127 | 40 | 34 | 115 | 46 |
| Binary | 10101101 | 1011101 | 10110 | 0 | 101110 | 1010111 | 100000 | 11100 | 1001101 | 100110 |
Color Harmonies of #AD5D16
Complementary color
Monochromatic Colors of #AD5D16
Black with #AD5D16
Text Example
Text Example
White with #AD5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D16; }
p { color: rgb(173,93,22); }
H1.HeaderClassName
{
color: #AD5D16;
}
.AnyTagClassName
{
color: #AD5D16;
}
</style>
background-color css
<style>
a { background-color: #AD5D16; }
a { background-color: rgb(173,93,22); }
div.DivClassName
{
background-color: #AD5D16;
}
.BgClassName
{
background-color: #AD5D16;
}
</style>
border-color css
<style>
span { border-color: #AD5D16; }
span { border-color: rgb(173,93,22); }
td.TdClassName
{
border-color: #AD5D16;
}
.TagClassName
{
border-color: #AD5D16;
}
</style>