Shades of Golden Brown #AD590D
Tints of Golden Brown #AD590D
RGB
CMYK
RGB Variations
Color information
#AD590D (or 0xAD590D) is known color: Golden Brown. HEX triplet: AD, 59 and 0D. RGB value is (173,89,13). Sum of RGB (Red+Green+Blue) = 173+89+13=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD590D is #52A6F2. Grayscale: #696969. Windows color (decimal): -5416691 or 874925. OLE color: 874925.
HSL color Cylindrical-coordinate representation of color #AD590D: hue angle of 28.5º 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 #AD590D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 13 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.32 |
| HSL | 28.5º | 0.86% | 0.36% | - |
| HSV(B) | 28.5º | 0.92% | 0.68% | - |
| XYZ | 20.88 | 16.06 | 2.38 | - |
| YUV | 105.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 13 | 0 | 0.49 | 0.92 | 0.32 | 28.5 | 0.86 | 0.36 |
| Hex | AD | 59 | D | 0 | 31 | 5C | 20 | 1C | 56 | 24 |
| Octal | 255 | 131 | 15 | 0 | 61 | 134 | 40 | 34 | 126 | 44 |
| Binary | 10101101 | 1011001 | 1101 | 0 | 110001 | 1011100 | 100000 | 11100 | 1010110 | 100100 |
Color Harmonies of #AD590D
Complementary color
Monochromatic Colors of #AD590D
Black with #AD590D
Text Example
Text Example
White with #AD590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD590D; }
p { color: rgb(173,89,13); }
H1.HeaderClassName
{
color: #AD590D;
}
.AnyTagClassName
{
color: #AD590D;
}
</style>
background-color css
<style>
a { background-color: #AD590D; }
a { background-color: rgb(173,89,13); }
div.DivClassName
{
background-color: #AD590D;
}
.BgClassName
{
background-color: #AD590D;
}
</style>
border-color css
<style>
span { border-color: #AD590D; }
span { border-color: rgb(173,89,13); }
td.TdClassName
{
border-color: #AD590D;
}
.TagClassName
{
border-color: #AD590D;
}
</style>