Shades of Golden Brown #AD6603
Tints of Golden Brown #AD6603
RGB
CMYK
RGB Variations
Color information
#AD6603 (or 0xAD6603) is known color: Golden Brown. HEX triplet: AD, 66 and 03. RGB value is (173,102,3). Sum of RGB (Red+Green+Blue) = 173+102+3=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6603 is #5299FC. Grayscale: #707070. Windows color (decimal): -5413373 or 222893. OLE color: 222893.
HSL color Cylindrical-coordinate representation of color #AD6603: hue angle of 34.94º 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 #AD6603 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.32 |
| HSL | 34.94º | 0.97% | 0.35% | - |
| HSV(B) | 34.94º | 0.98% | 0.68% | - |
| XYZ | 22 | 18.39 | 2.48 | - |
| YUV | 111.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 3 | 0 | 0.41 | 0.98 | 0.32 | 34.94 | 0.97 | 0.35 |
| Hex | AD | 66 | 3 | 0 | 29 | 62 | 20 | 23 | 61 | 23 |
| Octal | 255 | 146 | 3 | 0 | 51 | 142 | 40 | 43 | 141 | 43 |
| Binary | 10101101 | 1100110 | 11 | 0 | 101001 | 1100010 | 100000 | 100011 | 1100001 | 100011 |
Color Harmonies of #AD6603
Complementary color
Monochromatic Colors of #AD6603
Black with #AD6603
Text Example
Text Example
White with #AD6603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6603; }
p { color: rgb(173,102,3); }
H1.HeaderClassName
{
color: #AD6603;
}
.AnyTagClassName
{
color: #AD6603;
}
</style>
background-color css
<style>
a { background-color: #AD6603; }
a { background-color: rgb(173,102,3); }
div.DivClassName
{
background-color: #AD6603;
}
.BgClassName
{
background-color: #AD6603;
}
</style>
border-color css
<style>
span { border-color: #AD6603; }
span { border-color: rgb(173,102,3); }
td.TdClassName
{
border-color: #AD6603;
}
.TagClassName
{
border-color: #AD6603;
}
</style>