Shades of Golden Brown #AD6518
Tints of Golden Brown #AD6518
RGB
CMYK
RGB Variations
Color information
#AD6518 (or 0xAD6518) is known color: Golden Brown. HEX triplet: AD, 65 and 18. RGB value is (173,101,24). Sum of RGB (Red+Green+Blue) = 173+101+24=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6518 is #529AE7. Grayscale: #727272. Windows color (decimal): -5413608 or 1598893. OLE color: 1598893.
HSL color Cylindrical-coordinate representation of color #AD6518: hue angle of 31.01º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD6518 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 101 | 24 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.32 |
| HSL | 31.01º | 0.76% | 0.39% | - |
| HSV(B) | 31.01º | 0.86% | 0.68% | - |
| XYZ | 22.05 | 18.26 | 3.23 | - |
| YUV | 113.75 | 77.35 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 24 | 0 | 0.42 | 0.86 | 0.32 | 31.01 | 0.76 | 0.39 |
| Hex | AD | 65 | 18 | 0 | 2A | 56 | 20 | 1F | 4C | 27 |
| Octal | 255 | 145 | 30 | 0 | 52 | 126 | 40 | 37 | 114 | 47 |
| Binary | 10101101 | 1100101 | 11000 | 0 | 101010 | 1010110 | 100000 | 11111 | 1001100 | 100111 |
Color Harmonies of #AD6518
Complementary color
Monochromatic Colors of #AD6518
Black with #AD6518
Text Example
Text Example
White with #AD6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6518; }
p { color: rgb(173,101,24); }
H1.HeaderClassName
{
color: #AD6518;
}
.AnyTagClassName
{
color: #AD6518;
}
</style>
background-color css
<style>
a { background-color: #AD6518; }
a { background-color: rgb(173,101,24); }
div.DivClassName
{
background-color: #AD6518;
}
.BgClassName
{
background-color: #AD6518;
}
</style>
border-color css
<style>
span { border-color: #AD6518; }
span { border-color: rgb(173,101,24); }
td.TdClassName
{
border-color: #AD6518;
}
.TagClassName
{
border-color: #AD6518;
}
</style>