Shades of Golden Brown #AD6B05
Tints of Golden Brown #AD6B05
RGB
CMYK
RGB Variations
Color information
#AD6B05 (or 0xAD6B05) is known color: Golden Brown. HEX triplet: AD, 6B and 05. RGB value is (173,107,5). Sum of RGB (Red+Green+Blue) = 173+107+5=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B05 is #5294FA. Grayscale: #737373. Windows color (decimal): -5412091 or 355245. OLE color: 355245.
HSL color Cylindrical-coordinate representation of color #AD6B05: hue angle of 36.43º 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 #AD6B05 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.32 |
| HSL | 36.43º | 0.94% | 0.35% | - |
| HSV(B) | 36.43º | 0.97% | 0.68% | - |
| XYZ | 22.52 | 19.41 | 2.7 | - |
| YUV | 115.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 5 | 0 | 0.38 | 0.97 | 0.32 | 36.43 | 0.94 | 0.35 |
| Hex | AD | 6B | 5 | 0 | 26 | 61 | 20 | 24 | 5E | 23 |
| Octal | 255 | 153 | 5 | 0 | 46 | 141 | 40 | 44 | 136 | 43 |
| Binary | 10101101 | 1101011 | 101 | 0 | 100110 | 1100001 | 100000 | 100100 | 1011110 | 100011 |
Color Harmonies of #AD6B05
Complementary color
Monochromatic Colors of #AD6B05
Black with #AD6B05
Text Example
Text Example
White with #AD6B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B05; }
p { color: rgb(173,107,5); }
H1.HeaderClassName
{
color: #AD6B05;
}
.AnyTagClassName
{
color: #AD6B05;
}
</style>
background-color css
<style>
a { background-color: #AD6B05; }
a { background-color: rgb(173,107,5); }
div.DivClassName
{
background-color: #AD6B05;
}
.BgClassName
{
background-color: #AD6B05;
}
</style>
border-color css
<style>
span { border-color: #AD6B05; }
span { border-color: rgb(173,107,5); }
td.TdClassName
{
border-color: #AD6B05;
}
.TagClassName
{
border-color: #AD6B05;
}
</style>