Shades of Golden Brown #AD5808
Tints of Golden Brown #AD5808
RGB
CMYK
RGB Variations
Color information
#AD5808 (or 0xAD5808) is known color: Golden Brown. HEX triplet: AD, 58 and 08. RGB value is (173,88,8). Sum of RGB (Red+Green+Blue) = 173+88+8=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5808 is #52A7F7. Grayscale: #686868. Windows color (decimal): -5416952 or 546989. OLE color: 546989.
HSL color Cylindrical-coordinate representation of color #AD5808: hue angle of 29.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5808 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 8 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.32 |
| HSL | 29.09º | 0.91% | 0.35% | - |
| HSV(B) | 29.09º | 0.95% | 0.68% | - |
| XYZ | 20.77 | 15.88 | 2.2 | - |
| YUV | 104.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 8 | 0 | 0.49 | 0.95 | 0.32 | 29.09 | 0.91 | 0.35 |
| Hex | AD | 58 | 8 | 0 | 31 | 5F | 20 | 1D | 5B | 23 |
| Octal | 255 | 130 | 10 | 0 | 61 | 137 | 40 | 35 | 133 | 43 |
| Binary | 10101101 | 1011000 | 1000 | 0 | 110001 | 1011111 | 100000 | 11101 | 1011011 | 100011 |
Color Harmonies of #AD5808
Complementary color
Monochromatic Colors of #AD5808
Black with #AD5808
Text Example
Text Example
White with #AD5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5808; }
p { color: rgb(173,88,8); }
H1.HeaderClassName
{
color: #AD5808;
}
.AnyTagClassName
{
color: #AD5808;
}
</style>
background-color css
<style>
a { background-color: #AD5808; }
a { background-color: rgb(173,88,8); }
div.DivClassName
{
background-color: #AD5808;
}
.BgClassName
{
background-color: #AD5808;
}
</style>
border-color css
<style>
span { border-color: #AD5808; }
span { border-color: rgb(173,88,8); }
td.TdClassName
{
border-color: #AD5808;
}
.TagClassName
{
border-color: #AD5808;
}
</style>