Shades of Golden Brown #AD6703
Tints of Golden Brown #AD6703
RGB
CMYK
RGB Variations
Color information
#AD6703 (or 0xAD6703) is known color: Golden Brown. HEX triplet: AD, 67 and 03. RGB value is (173,103,3). Sum of RGB (Red+Green+Blue) = 173+103+3=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6703 is #5298FC. Grayscale: #707070. Windows color (decimal): -5413117 or 223149. OLE color: 223149.
HSL color Cylindrical-coordinate representation of color #AD6703: hue angle of 35.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD6703 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.32 |
| HSL | 35.29º | 0.97% | 0.35% | - |
| HSV(B) | 35.29º | 0.98% | 0.68% | - |
| XYZ | 22.1 | 18.59 | 2.51 | - |
| YUV | 112.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 3 | 0 | 0.40 | 0.98 | 0.32 | 35.29 | 0.97 | 0.35 |
| Hex | AD | 67 | 3 | 0 | 28 | 62 | 20 | 23 | 61 | 23 |
| Octal | 255 | 147 | 3 | 0 | 50 | 142 | 40 | 43 | 141 | 43 |
| Binary | 10101101 | 1100111 | 11 | 0 | 101000 | 1100010 | 100000 | 100011 | 1100001 | 100011 |
Color Harmonies of #AD6703
Complementary color
Monochromatic Colors of #AD6703
Black with #AD6703
Text Example
Text Example
White with #AD6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6703; }
p { color: rgb(173,103,3); }
H1.HeaderClassName
{
color: #AD6703;
}
.AnyTagClassName
{
color: #AD6703;
}
</style>
background-color css
<style>
a { background-color: #AD6703; }
a { background-color: rgb(173,103,3); }
div.DivClassName
{
background-color: #AD6703;
}
.BgClassName
{
background-color: #AD6703;
}
</style>
border-color css
<style>
span { border-color: #AD6703; }
span { border-color: rgb(173,103,3); }
td.TdClassName
{
border-color: #AD6703;
}
.TagClassName
{
border-color: #AD6703;
}
</style>