Shades of Golden Brown #AD5809
Tints of Golden Brown #AD5809
RGB
CMYK
RGB Variations
Color information
#AD5809 (or 0xAD5809) is known color: Golden Brown. HEX triplet: AD, 58 and 09. RGB value is (173,88,9). Sum of RGB (Red+Green+Blue) = 173+88+9=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5809 is #52A7F6. Grayscale: #686868. Windows color (decimal): -5416951 or 612525. OLE color: 612525.
HSL color Cylindrical-coordinate representation of color #AD5809: hue angle of 28.9º 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 #AD5809 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 9 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.32 |
| HSL | 28.9º | 0.9% | 0.36% | - |
| HSV(B) | 28.9º | 0.95% | 0.68% | - |
| XYZ | 20.77 | 15.88 | 2.23 | - |
| YUV | 104.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 9 | 0 | 0.49 | 0.95 | 0.32 | 28.9 | 0.9 | 0.36 |
| Hex | AD | 58 | 9 | 0 | 31 | 5F | 20 | 1D | 5A | 24 |
| Octal | 255 | 130 | 11 | 0 | 61 | 137 | 40 | 35 | 132 | 44 |
| Binary | 10101101 | 1011000 | 1001 | 0 | 110001 | 1011111 | 100000 | 11101 | 1011010 | 100100 |
Color Harmonies of #AD5809
Complementary color
Monochromatic Colors of #AD5809
Black with #AD5809
Text Example
Text Example
White with #AD5809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5809; }
p { color: rgb(173,88,9); }
H1.HeaderClassName
{
color: #AD5809;
}
.AnyTagClassName
{
color: #AD5809;
}
</style>
background-color css
<style>
a { background-color: #AD5809; }
a { background-color: rgb(173,88,9); }
div.DivClassName
{
background-color: #AD5809;
}
.BgClassName
{
background-color: #AD5809;
}
</style>
border-color css
<style>
span { border-color: #AD5809; }
span { border-color: rgb(173,88,9); }
td.TdClassName
{
border-color: #AD5809;
}
.TagClassName
{
border-color: #AD5809;
}
</style>