Shades of Golden Brown #AD5900
Tints of Golden Brown #AD5900
RGB
CMYK
RGB Variations
Color information
#AD5900 (or 0xAD5900) is known color: Golden Brown. HEX triplet: AD, 59 and 00. RGB value is (173,89,0). Sum of RGB (Red+Green+Blue) = 173+89+0=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5900 is #52A6FF. Grayscale: #686868. Windows color (decimal): -5416704 or 22957. OLE color: 22957.
HSL color Cylindrical-coordinate representation of color #AD5900: hue angle of 30.87º 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 #AD5900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.32 |
| HSL | 30.87º | 1% | 0.34% | - |
| HSV(B) | 30.87º | 1% | 0.68% | - |
| XYZ | 20.81 | 16.03 | 2 | - |
| YUV | 103.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 0 | 0 | 0.49 | 1 | 0.32 | 30.87 | 1 | 0.34 |
| Hex | AD | 59 | 0 | 0 | 31 | 64 | 20 | 1F | 64 | 22 |
| Octal | 255 | 131 | 0 | 0 | 61 | 144 | 40 | 37 | 144 | 42 |
| Binary | 10101101 | 1011001 | 0 | 0 | 110001 | 1100100 | 100000 | 11111 | 1100100 | 100010 |
Color Harmonies of #AD5900
Complementary color
Monochromatic Colors of #AD5900
Black with #AD5900
Text Example
Text Example
White with #AD5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5900; }
p { color: rgb(173,89,0); }
H1.HeaderClassName
{
color: #AD5900;
}
.AnyTagClassName
{
color: #AD5900;
}
</style>
background-color css
<style>
a { background-color: #AD5900; }
a { background-color: rgb(173,89,0); }
div.DivClassName
{
background-color: #AD5900;
}
.BgClassName
{
background-color: #AD5900;
}
</style>
border-color css
<style>
span { border-color: #AD5900; }
span { border-color: rgb(173,89,0); }
td.TdClassName
{
border-color: #AD5900;
}
.TagClassName
{
border-color: #AD5900;
}
</style>