Shades of Golden Brown #AD5909
Tints of Golden Brown #AD5909
RGB
CMYK
RGB Variations
Color information
#AD5909 (or 0xAD5909) is known color: Golden Brown. HEX triplet: AD, 59 and 09. RGB value is (173,89,9). Sum of RGB (Red+Green+Blue) = 173+89+9=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5909 is #52A6F6. Grayscale: #696969. Windows color (decimal): -5416695 or 612781. OLE color: 612781.
HSL color Cylindrical-coordinate representation of color #AD5909: hue angle of 29.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5909 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 9 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.32 |
| HSL | 29.27º | 0.9% | 0.36% | - |
| HSV(B) | 29.27º | 0.95% | 0.68% | - |
| XYZ | 20.86 | 16.05 | 2.26 | - |
| YUV | 105 | 73.83 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 9 | 0 | 0.49 | 0.95 | 0.32 | 29.27 | 0.9 | 0.36 |
| Hex | AD | 59 | 9 | 0 | 31 | 5F | 20 | 1D | 5A | 24 |
| Octal | 255 | 131 | 11 | 0 | 61 | 137 | 40 | 35 | 132 | 44 |
| Binary | 10101101 | 1011001 | 1001 | 0 | 110001 | 1011111 | 100000 | 11101 | 1011010 | 100100 |
Color Harmonies of #AD5909
Complementary color
Monochromatic Colors of #AD5909
Black with #AD5909
Text Example
Text Example
White with #AD5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5909; }
p { color: rgb(173,89,9); }
H1.HeaderClassName
{
color: #AD5909;
}
.AnyTagClassName
{
color: #AD5909;
}
</style>
background-color css
<style>
a { background-color: #AD5909; }
a { background-color: rgb(173,89,9); }
div.DivClassName
{
background-color: #AD5909;
}
.BgClassName
{
background-color: #AD5909;
}
</style>
border-color css
<style>
span { border-color: #AD5909; }
span { border-color: rgb(173,89,9); }
td.TdClassName
{
border-color: #AD5909;
}
.TagClassName
{
border-color: #AD5909;
}
</style>