Shades of Golden Brown #AD6418
Tints of Golden Brown #AD6418
RGB
CMYK
RGB Variations
Color information
#AD6418 (or 0xAD6418) is known color: Golden Brown. HEX triplet: AD, 64 and 18. RGB value is (173,100,24). Sum of RGB (Red+Green+Blue) = 173+100+24=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6418 is #529BE7. Grayscale: #717171. Windows color (decimal): -5413864 or 1598637. OLE color: 1598637.
HSL color Cylindrical-coordinate representation of color #AD6418: hue angle of 30.6º 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 #AD6418 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 24 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.32 |
| HSL | 30.6º | 0.76% | 0.39% | - |
| HSV(B) | 30.6º | 0.86% | 0.68% | - |
| XYZ | 21.96 | 18.06 | 3.19 | - |
| YUV | 113.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 24 | 0 | 0.42 | 0.86 | 0.32 | 30.6 | 0.76 | 0.39 |
| Hex | AD | 64 | 18 | 0 | 2A | 56 | 20 | 1F | 4C | 27 |
| Octal | 255 | 144 | 30 | 0 | 52 | 126 | 40 | 37 | 114 | 47 |
| Binary | 10101101 | 1100100 | 11000 | 0 | 101010 | 1010110 | 100000 | 11111 | 1001100 | 100111 |
Color Harmonies of #AD6418
Complementary color
Monochromatic Colors of #AD6418
Black with #AD6418
Text Example
Text Example
White with #AD6418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6418; }
p { color: rgb(173,100,24); }
H1.HeaderClassName
{
color: #AD6418;
}
.AnyTagClassName
{
color: #AD6418;
}
</style>
background-color css
<style>
a { background-color: #AD6418; }
a { background-color: rgb(173,100,24); }
div.DivClassName
{
background-color: #AD6418;
}
.BgClassName
{
background-color: #AD6418;
}
</style>
border-color css
<style>
span { border-color: #AD6418; }
span { border-color: rgb(173,100,24); }
td.TdClassName
{
border-color: #AD6418;
}
.TagClassName
{
border-color: #AD6418;
}
</style>