Shades of Golden Brown #AD6702
Tints of Golden Brown #AD6702
RGB
CMYK
RGB Variations
Color information
#AD6702 (or 0xAD6702) is known color: Golden Brown. HEX triplet: AD, 67 and 02. RGB value is (173,103,2). Sum of RGB (Red+Green+Blue) = 173+103+2=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6702 is #5298FD. Grayscale: #707070. Windows color (decimal): -5413118 or 157613. OLE color: 157613.
HSL color Cylindrical-coordinate representation of color #AD6702: hue angle of 35.44º 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 #AD6702 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.32 |
| HSL | 35.44º | 0.98% | 0.34% | - |
| HSV(B) | 35.44º | 0.99% | 0.68% | - |
| XYZ | 22.09 | 18.59 | 2.48 | - |
| YUV | 112.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 2 | 0 | 0.40 | 0.99 | 0.32 | 35.44 | 0.98 | 0.34 |
| Hex | AD | 67 | 2 | 0 | 28 | 63 | 20 | 23 | 62 | 22 |
| Octal | 255 | 147 | 2 | 0 | 50 | 143 | 40 | 43 | 142 | 42 |
| Binary | 10101101 | 1100111 | 10 | 0 | 101000 | 1100011 | 100000 | 100011 | 1100010 | 100010 |
Color Harmonies of #AD6702
Complementary color
Monochromatic Colors of #AD6702
Black with #AD6702
Text Example
Text Example
White with #AD6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6702; }
p { color: rgb(173,103,2); }
H1.HeaderClassName
{
color: #AD6702;
}
.AnyTagClassName
{
color: #AD6702;
}
</style>
background-color css
<style>
a { background-color: #AD6702; }
a { background-color: rgb(173,103,2); }
div.DivClassName
{
background-color: #AD6702;
}
.BgClassName
{
background-color: #AD6702;
}
</style>
border-color css
<style>
span { border-color: #AD6702; }
span { border-color: rgb(173,103,2); }
td.TdClassName
{
border-color: #AD6702;
}
.TagClassName
{
border-color: #AD6702;
}
</style>