Shades of Golden Brown #AD580D
Tints of Golden Brown #AD580D
RGB
CMYK
RGB Variations
Color information
#AD580D (or 0xAD580D) is known color: Golden Brown. HEX triplet: AD, 58 and 0D. RGB value is (173,88,13). Sum of RGB (Red+Green+Blue) = 173+88+13=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD580D is #52A7F2. Grayscale: #696969. Windows color (decimal): -5416947 or 874669. OLE color: 874669.
HSL color Cylindrical-coordinate representation of color #AD580D: hue angle of 28.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD580D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 13 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.32 |
| HSL | 28.13º | 0.86% | 0.36% | - |
| HSV(B) | 28.13º | 0.92% | 0.68% | - |
| XYZ | 20.8 | 15.89 | 2.35 | - |
| YUV | 104.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 13 | 0 | 0.49 | 0.92 | 0.32 | 28.13 | 0.86 | 0.36 |
| Hex | AD | 58 | D | 0 | 31 | 5C | 20 | 1C | 56 | 24 |
| Octal | 255 | 130 | 15 | 0 | 61 | 134 | 40 | 34 | 126 | 44 |
| Binary | 10101101 | 1011000 | 1101 | 0 | 110001 | 1011100 | 100000 | 11100 | 1010110 | 100100 |
Color Harmonies of #AD580D
Complementary color
Monochromatic Colors of #AD580D
Black with #AD580D
Text Example
Text Example
White with #AD580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD580D; }
p { color: rgb(173,88,13); }
H1.HeaderClassName
{
color: #AD580D;
}
.AnyTagClassName
{
color: #AD580D;
}
</style>
background-color css
<style>
a { background-color: #AD580D; }
a { background-color: rgb(173,88,13); }
div.DivClassName
{
background-color: #AD580D;
}
.BgClassName
{
background-color: #AD580D;
}
</style>
border-color css
<style>
span { border-color: #AD580D; }
span { border-color: rgb(173,88,13); }
td.TdClassName
{
border-color: #AD580D;
}
.TagClassName
{
border-color: #AD580D;
}
</style>