Shades of Golden Brown #AD5E15
Tints of Golden Brown #AD5E15
RGB
CMYK
RGB Variations
Color information
#AD5E15 (or 0xAD5E15) is known color: Golden Brown. HEX triplet: AD, 5E and 15. RGB value is (173,94,21). Sum of RGB (Red+Green+Blue) = 173+94+21=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E15 is #52A1EA. Grayscale: #6D6D6D. Windows color (decimal): -5415403 or 1400493. OLE color: 1400493.
HSL color Cylindrical-coordinate representation of color #AD5E15: hue angle of 28.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD5E15 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 21 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.32 |
| HSL | 28.82º | 0.78% | 0.38% | - |
| HSV(B) | 28.82º | 0.88% | 0.68% | - |
| XYZ | 21.37 | 16.94 | 2.85 | - |
| YUV | 109.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 21 | 0 | 0.46 | 0.88 | 0.32 | 28.82 | 0.78 | 0.38 |
| Hex | AD | 5E | 15 | 0 | 2E | 58 | 20 | 1D | 4E | 26 |
| Octal | 255 | 136 | 25 | 0 | 56 | 130 | 40 | 35 | 116 | 46 |
| Binary | 10101101 | 1011110 | 10101 | 0 | 101110 | 1011000 | 100000 | 11101 | 1001110 | 100110 |
Color Harmonies of #AD5E15
Complementary color
Monochromatic Colors of #AD5E15
Black with #AD5E15
Text Example
Text Example
White with #AD5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E15; }
p { color: rgb(173,94,21); }
H1.HeaderClassName
{
color: #AD5E15;
}
.AnyTagClassName
{
color: #AD5E15;
}
</style>
background-color css
<style>
a { background-color: #AD5E15; }
a { background-color: rgb(173,94,21); }
div.DivClassName
{
background-color: #AD5E15;
}
.BgClassName
{
background-color: #AD5E15;
}
</style>
border-color css
<style>
span { border-color: #AD5E15; }
span { border-color: rgb(173,94,21); }
td.TdClassName
{
border-color: #AD5E15;
}
.TagClassName
{
border-color: #AD5E15;
}
</style>