Shades of Golden Brown #AD6105
Tints of Golden Brown #AD6105
RGB
CMYK
RGB Variations
Color information
#AD6105 (or 0xAD6105) is known color: Golden Brown. HEX triplet: AD, 61 and 05. RGB value is (173,97,5). Sum of RGB (Red+Green+Blue) = 173+97+5=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6105 is #529EFA. Grayscale: #6D6D6D. Windows color (decimal): -5414651 or 352685. OLE color: 352685.
HSL color Cylindrical-coordinate representation of color #AD6105: hue angle of 32.86º 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 #AD6105 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.32 |
| HSL | 32.86º | 0.94% | 0.35% | - |
| HSV(B) | 32.86º | 0.97% | 0.68% | - |
| XYZ | 21.54 | 17.44 | 2.38 | - |
| YUV | 109.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 5 | 0 | 0.44 | 0.97 | 0.32 | 32.86 | 0.94 | 0.35 |
| Hex | AD | 61 | 5 | 0 | 2C | 61 | 20 | 21 | 5E | 23 |
| Octal | 255 | 141 | 5 | 0 | 54 | 141 | 40 | 41 | 136 | 43 |
| Binary | 10101101 | 1100001 | 101 | 0 | 101100 | 1100001 | 100000 | 100001 | 1011110 | 100011 |
Color Harmonies of #AD6105
Complementary color
Monochromatic Colors of #AD6105
Black with #AD6105
Text Example
Text Example
White with #AD6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6105; }
p { color: rgb(173,97,5); }
H1.HeaderClassName
{
color: #AD6105;
}
.AnyTagClassName
{
color: #AD6105;
}
</style>
background-color css
<style>
a { background-color: #AD6105; }
a { background-color: rgb(173,97,5); }
div.DivClassName
{
background-color: #AD6105;
}
.BgClassName
{
background-color: #AD6105;
}
</style>
border-color css
<style>
span { border-color: #AD6105; }
span { border-color: rgb(173,97,5); }
td.TdClassName
{
border-color: #AD6105;
}
.TagClassName
{
border-color: #AD6105;
}
</style>