Shades of Golden Brown #AD6708
Tints of Golden Brown #AD6708
RGB
CMYK
RGB Variations
Color information
#AD6708 (or 0xAD6708) is known color: Golden Brown. HEX triplet: AD, 67 and 08. RGB value is (173,103,8). Sum of RGB (Red+Green+Blue) = 173+103+8=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6708 is #5298F7. Grayscale: #717171. Windows color (decimal): -5413112 or 550829. OLE color: 550829.
HSL color Cylindrical-coordinate representation of color #AD6708: hue angle of 34.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD6708 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 8 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.32 |
| HSL | 34.55º | 0.91% | 0.35% | - |
| HSV(B) | 34.55º | 0.95% | 0.68% | - |
| XYZ | 22.13 | 18.6 | 2.65 | - |
| YUV | 113.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 8 | 0 | 0.40 | 0.95 | 0.32 | 34.55 | 0.91 | 0.35 |
| Hex | AD | 67 | 8 | 0 | 28 | 5F | 20 | 23 | 5B | 23 |
| Octal | 255 | 147 | 10 | 0 | 50 | 137 | 40 | 43 | 133 | 43 |
| Binary | 10101101 | 1100111 | 1000 | 0 | 101000 | 1011111 | 100000 | 100011 | 1011011 | 100011 |
Color Harmonies of #AD6708
Complementary color
Monochromatic Colors of #AD6708
Black with #AD6708
Text Example
Text Example
White with #AD6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6708; }
p { color: rgb(173,103,8); }
H1.HeaderClassName
{
color: #AD6708;
}
.AnyTagClassName
{
color: #AD6708;
}
</style>
background-color css
<style>
a { background-color: #AD6708; }
a { background-color: rgb(173,103,8); }
div.DivClassName
{
background-color: #AD6708;
}
.BgClassName
{
background-color: #AD6708;
}
</style>
border-color css
<style>
span { border-color: #AD6708; }
span { border-color: rgb(173,103,8); }
td.TdClassName
{
border-color: #AD6708;
}
.TagClassName
{
border-color: #AD6708;
}
</style>