Shades of Golden Brown #AD580B
Tints of Golden Brown #AD580B
RGB
CMYK
RGB Variations
Color information
#AD580B (or 0xAD580B) is known color: Golden Brown. HEX triplet: AD, 58 and 0B. RGB value is (173,88,11). Sum of RGB (Red+Green+Blue) = 173+88+11=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD580B is #52A7F4. Grayscale: #696969. Windows color (decimal): -5416949 or 743597. OLE color: 743597.
HSL color Cylindrical-coordinate representation of color #AD580B: hue angle of 28.52º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD580B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.32 |
| HSL | 28.52º | 0.88% | 0.36% | - |
| HSV(B) | 28.52º | 0.94% | 0.68% | - |
| XYZ | 20.78 | 15.89 | 2.29 | - |
| YUV | 104.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 11 | 0 | 0.49 | 0.94 | 0.32 | 28.52 | 0.88 | 0.36 |
| Hex | AD | 58 | B | 0 | 31 | 5E | 20 | 1D | 58 | 24 |
| Octal | 255 | 130 | 13 | 0 | 61 | 136 | 40 | 35 | 130 | 44 |
| Binary | 10101101 | 1011000 | 1011 | 0 | 110001 | 1011110 | 100000 | 11101 | 1011000 | 100100 |
Color Harmonies of #AD580B
Complementary color
Monochromatic Colors of #AD580B
Black with #AD580B
Text Example
Text Example
White with #AD580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD580B; }
p { color: rgb(173,88,11); }
H1.HeaderClassName
{
color: #AD580B;
}
.AnyTagClassName
{
color: #AD580B;
}
</style>
background-color css
<style>
a { background-color: #AD580B; }
a { background-color: rgb(173,88,11); }
div.DivClassName
{
background-color: #AD580B;
}
.BgClassName
{
background-color: #AD580B;
}
</style>
border-color css
<style>
span { border-color: #AD580B; }
span { border-color: rgb(173,88,11); }
td.TdClassName
{
border-color: #AD580B;
}
.TagClassName
{
border-color: #AD580B;
}
</style>