Shades of Golden Brown #AD6415
Tints of Golden Brown #AD6415
RGB
CMYK
RGB Variations
Color information
#AD6415 (or 0xAD6415) is known color: Golden Brown. HEX triplet: AD, 64 and 15. RGB value is (173,100,21). Sum of RGB (Red+Green+Blue) = 173+100+21=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6415 is #529BEA. Grayscale: #717171. Windows color (decimal): -5413867 or 1402029. OLE color: 1402029.
HSL color Cylindrical-coordinate representation of color #AD6415: hue angle of 31.18º 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 #AD6415 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 21 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.32 |
| HSL | 31.18º | 0.78% | 0.38% | - |
| HSV(B) | 31.18º | 0.88% | 0.68% | - |
| XYZ | 21.93 | 18.05 | 3.04 | - |
| YUV | 112.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 21 | 0 | 0.42 | 0.88 | 0.32 | 31.18 | 0.78 | 0.38 |
| Hex | AD | 64 | 15 | 0 | 2A | 58 | 20 | 1F | 4E | 26 |
| Octal | 255 | 144 | 25 | 0 | 52 | 130 | 40 | 37 | 116 | 46 |
| Binary | 10101101 | 1100100 | 10101 | 0 | 101010 | 1011000 | 100000 | 11111 | 1001110 | 100110 |
Color Harmonies of #AD6415
Complementary color
Monochromatic Colors of #AD6415
Black with #AD6415
Text Example
Text Example
White with #AD6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6415; }
p { color: rgb(173,100,21); }
H1.HeaderClassName
{
color: #AD6415;
}
.AnyTagClassName
{
color: #AD6415;
}
</style>
background-color css
<style>
a { background-color: #AD6415; }
a { background-color: rgb(173,100,21); }
div.DivClassName
{
background-color: #AD6415;
}
.BgClassName
{
background-color: #AD6415;
}
</style>
border-color css
<style>
span { border-color: #AD6415; }
span { border-color: rgb(173,100,21); }
td.TdClassName
{
border-color: #AD6415;
}
.TagClassName
{
border-color: #AD6415;
}
</style>