Shades of Golden Brown #AD6605
Tints of Golden Brown #AD6605
RGB
CMYK
RGB Variations
Color information
#AD6605 (or 0xAD6605) is known color: Golden Brown. HEX triplet: AD, 66 and 05. RGB value is (173,102,5). Sum of RGB (Red+Green+Blue) = 173+102+5=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6605 is #5299FA. Grayscale: #707070. Windows color (decimal): -5413371 or 353965. OLE color: 353965.
HSL color Cylindrical-coordinate representation of color #AD6605: hue angle of 34.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD6605 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.32 |
| HSL | 34.64º | 0.94% | 0.35% | - |
| HSV(B) | 34.64º | 0.97% | 0.68% | - |
| XYZ | 22.01 | 18.4 | 2.53 | - |
| YUV | 112.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 5 | 0 | 0.41 | 0.97 | 0.32 | 34.64 | 0.94 | 0.35 |
| Hex | AD | 66 | 5 | 0 | 29 | 61 | 20 | 23 | 5E | 23 |
| Octal | 255 | 146 | 5 | 0 | 51 | 141 | 40 | 43 | 136 | 43 |
| Binary | 10101101 | 1100110 | 101 | 0 | 101001 | 1100001 | 100000 | 100011 | 1011110 | 100011 |
Color Harmonies of #AD6605
Complementary color
Monochromatic Colors of #AD6605
Black with #AD6605
Text Example
Text Example
White with #AD6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6605; }
p { color: rgb(173,102,5); }
H1.HeaderClassName
{
color: #AD6605;
}
.AnyTagClassName
{
color: #AD6605;
}
</style>
background-color css
<style>
a { background-color: #AD6605; }
a { background-color: rgb(173,102,5); }
div.DivClassName
{
background-color: #AD6605;
}
.BgClassName
{
background-color: #AD6605;
}
</style>
border-color css
<style>
span { border-color: #AD6605; }
span { border-color: rgb(173,102,5); }
td.TdClassName
{
border-color: #AD6605;
}
.TagClassName
{
border-color: #AD6605;
}
</style>