Shades of Golden Brown #AD5E06
Tints of Golden Brown #AD5E06
RGB
CMYK
RGB Variations
Color information
#AD5E06 (or 0xAD5E06) is known color: Golden Brown. HEX triplet: AD, 5E and 06. RGB value is (173,94,6). Sum of RGB (Red+Green+Blue) = 173+94+6=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5E06 is #52A1F9. Grayscale: #6C6C6C. Windows color (decimal): -5415418 or 417453. OLE color: 417453.
HSL color Cylindrical-coordinate representation of color #AD5E06: hue angle of 31.62º degrees, saturation: 0.93, 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 #AD5E06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.32 |
| HSL | 31.62º | 0.93% | 0.35% | - |
| HSV(B) | 31.62º | 0.97% | 0.68% | - |
| XYZ | 21.27 | 16.9 | 2.31 | - |
| YUV | 107.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 6 | 0 | 0.46 | 0.97 | 0.32 | 31.62 | 0.93 | 0.35 |
| Hex | AD | 5E | 6 | 0 | 2E | 61 | 20 | 20 | 5D | 23 |
| Octal | 255 | 136 | 6 | 0 | 56 | 141 | 40 | 40 | 135 | 43 |
| Binary | 10101101 | 1011110 | 110 | 0 | 101110 | 1100001 | 100000 | 100000 | 1011101 | 100011 |
Color Harmonies of #AD5E06
Complementary color
Monochromatic Colors of #AD5E06
Black with #AD5E06
Text Example
Text Example
White with #AD5E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E06; }
p { color: rgb(173,94,6); }
H1.HeaderClassName
{
color: #AD5E06;
}
.AnyTagClassName
{
color: #AD5E06;
}
</style>
background-color css
<style>
a { background-color: #AD5E06; }
a { background-color: rgb(173,94,6); }
div.DivClassName
{
background-color: #AD5E06;
}
.BgClassName
{
background-color: #AD5E06;
}
</style>
border-color css
<style>
span { border-color: #AD5E06; }
span { border-color: rgb(173,94,6); }
td.TdClassName
{
border-color: #AD5E06;
}
.TagClassName
{
border-color: #AD5E06;
}
</style>