Shades of Golden Brown #AD6902
Tints of Golden Brown #AD6902
RGB
CMYK
RGB Variations
Color information
#AD6902 (or 0xAD6902) is known color: Golden Brown. HEX triplet: AD, 69 and 02. RGB value is (173,105,2). Sum of RGB (Red+Green+Blue) = 173+105+2=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6902 is #5296FD. Grayscale: #727272. Windows color (decimal): -5412606 or 158125. OLE color: 158125.
HSL color Cylindrical-coordinate representation of color #AD6902: hue angle of 36.14º 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 #AD6902 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.32 |
| HSL | 36.14º | 0.98% | 0.34% | - |
| HSV(B) | 36.14º | 0.99% | 0.68% | - |
| XYZ | 22.3 | 18.99 | 2.55 | - |
| YUV | 113.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 2 | 0 | 0.39 | 0.99 | 0.32 | 36.14 | 0.98 | 0.34 |
| Hex | AD | 69 | 2 | 0 | 27 | 63 | 20 | 24 | 62 | 22 |
| Octal | 255 | 151 | 2 | 0 | 47 | 143 | 40 | 44 | 142 | 42 |
| Binary | 10101101 | 1101001 | 10 | 0 | 100111 | 1100011 | 100000 | 100100 | 1100010 | 100010 |
Color Harmonies of #AD6902
Complementary color
Monochromatic Colors of #AD6902
Black with #AD6902
Text Example
Text Example
White with #AD6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6902; }
p { color: rgb(173,105,2); }
H1.HeaderClassName
{
color: #AD6902;
}
.AnyTagClassName
{
color: #AD6902;
}
</style>
background-color css
<style>
a { background-color: #AD6902; }
a { background-color: rgb(173,105,2); }
div.DivClassName
{
background-color: #AD6902;
}
.BgClassName
{
background-color: #AD6902;
}
</style>
border-color css
<style>
span { border-color: #AD6902; }
span { border-color: rgb(173,105,2); }
td.TdClassName
{
border-color: #AD6902;
}
.TagClassName
{
border-color: #AD6902;
}
</style>