Shades of Golden Brown #AD6802
Tints of Golden Brown #AD6802
RGB
CMYK
RGB Variations
Color information
#AD6802 (or 0xAD6802) is known color: Golden Brown. HEX triplet: AD, 68 and 02. RGB value is (173,104,2). Sum of RGB (Red+Green+Blue) = 173+104+2=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6802 is #5297FD. Grayscale: #717171. Windows color (decimal): -5412862 or 157869. OLE color: 157869.
HSL color Cylindrical-coordinate representation of color #AD6802: hue angle of 35.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD6802 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.32 |
| HSL | 35.79º | 0.98% | 0.34% | - |
| HSV(B) | 35.79º | 0.99% | 0.68% | - |
| XYZ | 22.19 | 18.79 | 2.51 | - |
| YUV | 113 | 65.36 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 2 | 0 | 0.40 | 0.99 | 0.32 | 35.79 | 0.98 | 0.34 |
| Hex | AD | 68 | 2 | 0 | 28 | 63 | 20 | 24 | 62 | 22 |
| Octal | 255 | 150 | 2 | 0 | 50 | 143 | 40 | 44 | 142 | 42 |
| Binary | 10101101 | 1101000 | 10 | 0 | 101000 | 1100011 | 100000 | 100100 | 1100010 | 100010 |
Color Harmonies of #AD6802
Complementary color
Monochromatic Colors of #AD6802
Black with #AD6802
Text Example
Text Example
White with #AD6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6802; }
p { color: rgb(173,104,2); }
H1.HeaderClassName
{
color: #AD6802;
}
.AnyTagClassName
{
color: #AD6802;
}
</style>
background-color css
<style>
a { background-color: #AD6802; }
a { background-color: rgb(173,104,2); }
div.DivClassName
{
background-color: #AD6802;
}
.BgClassName
{
background-color: #AD6802;
}
</style>
border-color css
<style>
span { border-color: #AD6802; }
span { border-color: rgb(173,104,2); }
td.TdClassName
{
border-color: #AD6802;
}
.TagClassName
{
border-color: #AD6802;
}
</style>