Shades of Golden Brown #AD580A
Tints of Golden Brown #AD580A
RGB
CMYK
RGB Variations
Color information
#AD580A (or 0xAD580A) is known color: Golden Brown. HEX triplet: AD, 58 and 0A. RGB value is (173,88,10). Sum of RGB (Red+Green+Blue) = 173+88+10=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD580A is #52A7F5. Grayscale: #686868. Windows color (decimal): -5416950 or 678061. OLE color: 678061.
HSL color Cylindrical-coordinate representation of color #AD580A: hue angle of 28.71º degrees, saturation: 0.89, 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 #AD580A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.32 |
| HSL | 28.71º | 0.89% | 0.36% | - |
| HSV(B) | 28.71º | 0.94% | 0.68% | - |
| XYZ | 20.78 | 15.89 | 2.26 | - |
| YUV | 104.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 10 | 0 | 0.49 | 0.94 | 0.32 | 28.71 | 0.89 | 0.36 |
| Hex | AD | 58 | A | 0 | 31 | 5E | 20 | 1D | 59 | 24 |
| Octal | 255 | 130 | 12 | 0 | 61 | 136 | 40 | 35 | 131 | 44 |
| Binary | 10101101 | 1011000 | 1010 | 0 | 110001 | 1011110 | 100000 | 11101 | 1011001 | 100100 |
Color Harmonies of #AD580A
Complementary color
Monochromatic Colors of #AD580A
Black with #AD580A
Text Example
Text Example
White with #AD580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD580A; }
p { color: rgb(173,88,10); }
H1.HeaderClassName
{
color: #AD580A;
}
.AnyTagClassName
{
color: #AD580A;
}
</style>
background-color css
<style>
a { background-color: #AD580A; }
a { background-color: rgb(173,88,10); }
div.DivClassName
{
background-color: #AD580A;
}
.BgClassName
{
background-color: #AD580A;
}
</style>
border-color css
<style>
span { border-color: #AD580A; }
span { border-color: rgb(173,88,10); }
td.TdClassName
{
border-color: #AD580A;
}
.TagClassName
{
border-color: #AD580A;
}
</style>