Shades of Golden Brown #AD6615
Tints of Golden Brown #AD6615
RGB
CMYK
RGB Variations
Color information
#AD6615 (or 0xAD6615) is known color: Golden Brown. HEX triplet: AD, 66 and 15. RGB value is (173,102,21). Sum of RGB (Red+Green+Blue) = 173+102+21=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6615 is #5299EA. Grayscale: #727272. Windows color (decimal): -5413355 or 1402541. OLE color: 1402541.
HSL color Cylindrical-coordinate representation of color #AD6615: hue angle of 31.97º 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 #AD6615 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 21 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.32 |
| HSL | 31.97º | 0.78% | 0.38% | - |
| HSV(B) | 31.97º | 0.88% | 0.68% | - |
| XYZ | 22.12 | 18.44 | 3.1 | - |
| YUV | 114 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 21 | 0 | 0.41 | 0.88 | 0.32 | 31.97 | 0.78 | 0.38 |
| Hex | AD | 66 | 15 | 0 | 29 | 58 | 20 | 20 | 4E | 26 |
| Octal | 255 | 146 | 25 | 0 | 51 | 130 | 40 | 40 | 116 | 46 |
| Binary | 10101101 | 1100110 | 10101 | 0 | 101001 | 1011000 | 100000 | 100000 | 1001110 | 100110 |
Color Harmonies of #AD6615
Complementary color
Monochromatic Colors of #AD6615
Black with #AD6615
Text Example
Text Example
White with #AD6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6615; }
p { color: rgb(173,102,21); }
H1.HeaderClassName
{
color: #AD6615;
}
.AnyTagClassName
{
color: #AD6615;
}
</style>
background-color css
<style>
a { background-color: #AD6615; }
a { background-color: rgb(173,102,21); }
div.DivClassName
{
background-color: #AD6615;
}
.BgClassName
{
background-color: #AD6615;
}
</style>
border-color css
<style>
span { border-color: #AD6615; }
span { border-color: rgb(173,102,21); }
td.TdClassName
{
border-color: #AD6615;
}
.TagClassName
{
border-color: #AD6615;
}
</style>