Shades of Golden Brown #AD5D00
Tints of Golden Brown #AD5D00
RGB
CMYK
RGB Variations
Color information
#AD5D00 (or 0xAD5D00) is known color: Golden Brown. HEX triplet: AD, 5D and 00. RGB value is (173,93,0). Sum of RGB (Red+Green+Blue) = 173+93+0=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D00 is #52A2FF. Grayscale: #6A6A6A. Windows color (decimal): -5415680 or 23981. OLE color: 23981.
HSL color Cylindrical-coordinate representation of color #AD5D00: hue angle of 32.25º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD5D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.32 |
| HSL | 32.25º | 1% | 0.34% | - |
| HSV(B) | 32.25º | 1% | 0.68% | - |
| XYZ | 21.15 | 16.71 | 2.11 | - |
| YUV | 106.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 0 | 0 | 0.46 | 1 | 0.32 | 32.25 | 1 | 0.34 |
| Hex | AD | 5D | 0 | 0 | 2E | 64 | 20 | 20 | 64 | 22 |
| Octal | 255 | 135 | 0 | 0 | 56 | 144 | 40 | 40 | 144 | 42 |
| Binary | 10101101 | 1011101 | 0 | 0 | 101110 | 1100100 | 100000 | 100000 | 1100100 | 100010 |
Color Harmonies of #AD5D00
Complementary color
Monochromatic Colors of #AD5D00
Black with #AD5D00
Text Example
Text Example
White with #AD5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D00; }
p { color: rgb(173,93,0); }
H1.HeaderClassName
{
color: #AD5D00;
}
.AnyTagClassName
{
color: #AD5D00;
}
</style>
background-color css
<style>
a { background-color: #AD5D00; }
a { background-color: rgb(173,93,0); }
div.DivClassName
{
background-color: #AD5D00;
}
.BgClassName
{
background-color: #AD5D00;
}
</style>
border-color css
<style>
span { border-color: #AD5D00; }
span { border-color: rgb(173,93,0); }
td.TdClassName
{
border-color: #AD5D00;
}
.TagClassName
{
border-color: #AD5D00;
}
</style>