Shades of Golden Brown #AD5E17
Tints of Golden Brown #AD5E17
RGB
CMYK
RGB Variations
Color information
#AD5E17 (or 0xAD5E17) is known color: Golden Brown. HEX triplet: AD, 5E and 17. RGB value is (173,94,23). Sum of RGB (Red+Green+Blue) = 173+94+23=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E17 is #52A1E8. Grayscale: #6D6D6D. Windows color (decimal): -5415401 or 1531565. OLE color: 1531565.
HSL color Cylindrical-coordinate representation of color #AD5E17: hue angle of 28.4º 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 #AD5E17 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 23 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.32 |
| HSL | 28.4º | 0.77% | 0.38% | - |
| HSV(B) | 28.4º | 0.87% | 0.68% | - |
| XYZ | 21.39 | 16.95 | 2.96 | - |
| YUV | 109.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 23 | 0 | 0.46 | 0.87 | 0.32 | 28.4 | 0.77 | 0.38 |
| Hex | AD | 5E | 17 | 0 | 2E | 57 | 20 | 1C | 4D | 26 |
| Octal | 255 | 136 | 27 | 0 | 56 | 127 | 40 | 34 | 115 | 46 |
| Binary | 10101101 | 1011110 | 10111 | 0 | 101110 | 1010111 | 100000 | 11100 | 1001101 | 100110 |
Color Harmonies of #AD5E17
Complementary color
Monochromatic Colors of #AD5E17
Black with #AD5E17
Text Example
Text Example
White with #AD5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E17; }
p { color: rgb(173,94,23); }
H1.HeaderClassName
{
color: #AD5E17;
}
.AnyTagClassName
{
color: #AD5E17;
}
</style>
background-color css
<style>
a { background-color: #AD5E17; }
a { background-color: rgb(173,94,23); }
div.DivClassName
{
background-color: #AD5E17;
}
.BgClassName
{
background-color: #AD5E17;
}
</style>
border-color css
<style>
span { border-color: #AD5E17; }
span { border-color: rgb(173,94,23); }
td.TdClassName
{
border-color: #AD5E17;
}
.TagClassName
{
border-color: #AD5E17;
}
</style>