Shades of Golden Brown #AD6B15
Tints of Golden Brown #AD6B15
RGB
CMYK
RGB Variations
Color information
#AD6B15 (or 0xAD6B15) is known color: Golden Brown. HEX triplet: AD, 6B and 15. RGB value is (173,107,21). Sum of RGB (Red+Green+Blue) = 173+107+21=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B15 is #5294EA. Grayscale: #757575. Windows color (decimal): -5412075 or 1403821. OLE color: 1403821.
HSL color Cylindrical-coordinate representation of color #AD6B15: hue angle of 33.95º 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 #AD6B15 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 21 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.32 |
| HSL | 33.95º | 0.78% | 0.38% | - |
| HSV(B) | 33.95º | 0.88% | 0.68% | - |
| XYZ | 22.63 | 19.45 | 3.27 | - |
| YUV | 116.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 21 | 0 | 0.38 | 0.88 | 0.32 | 33.95 | 0.78 | 0.38 |
| Hex | AD | 6B | 15 | 0 | 26 | 58 | 20 | 22 | 4E | 26 |
| Octal | 255 | 153 | 25 | 0 | 46 | 130 | 40 | 42 | 116 | 46 |
| Binary | 10101101 | 1101011 | 10101 | 0 | 100110 | 1011000 | 100000 | 100010 | 1001110 | 100110 |
Color Harmonies of #AD6B15
Complementary color
Monochromatic Colors of #AD6B15
Black with #AD6B15
Text Example
Text Example
White with #AD6B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B15; }
p { color: rgb(173,107,21); }
H1.HeaderClassName
{
color: #AD6B15;
}
.AnyTagClassName
{
color: #AD6B15;
}
</style>
background-color css
<style>
a { background-color: #AD6B15; }
a { background-color: rgb(173,107,21); }
div.DivClassName
{
background-color: #AD6B15;
}
.BgClassName
{
background-color: #AD6B15;
}
</style>
border-color css
<style>
span { border-color: #AD6B15; }
span { border-color: rgb(173,107,21); }
td.TdClassName
{
border-color: #AD6B15;
}
.TagClassName
{
border-color: #AD6B15;
}
</style>