Shades of Golden Brown #AD580F
Tints of Golden Brown #AD580F
RGB
CMYK
RGB Variations
Color information
#AD580F (or 0xAD580F) is known color: Golden Brown. HEX triplet: AD, 58 and 0F. RGB value is (173,88,15). Sum of RGB (Red+Green+Blue) = 173+88+15=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD580F is #52A7F0. Grayscale: #696969. Windows color (decimal): -5416945 or 1005741. OLE color: 1005741.
HSL color Cylindrical-coordinate representation of color #AD580F: hue angle of 27.72º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD580F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.32 |
| HSL | 27.72º | 0.84% | 0.37% | - |
| HSV(B) | 27.72º | 0.91% | 0.68% | - |
| XYZ | 20.81 | 15.9 | 2.42 | - |
| YUV | 105.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 15 | 0 | 0.49 | 0.91 | 0.32 | 27.72 | 0.84 | 0.37 |
| Hex | AD | 58 | F | 0 | 31 | 5B | 20 | 1C | 54 | 25 |
| Octal | 255 | 130 | 17 | 0 | 61 | 133 | 40 | 34 | 124 | 45 |
| Binary | 10101101 | 1011000 | 1111 | 0 | 110001 | 1011011 | 100000 | 11100 | 1010100 | 100101 |
Color Harmonies of #AD580F
Complementary color
Monochromatic Colors of #AD580F
Black with #AD580F
Text Example
Text Example
White with #AD580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD580F; }
p { color: rgb(173,88,15); }
H1.HeaderClassName
{
color: #AD580F;
}
.AnyTagClassName
{
color: #AD580F;
}
</style>
background-color css
<style>
a { background-color: #AD580F; }
a { background-color: rgb(173,88,15); }
div.DivClassName
{
background-color: #AD580F;
}
.BgClassName
{
background-color: #AD580F;
}
</style>
border-color css
<style>
span { border-color: #AD580F; }
span { border-color: rgb(173,88,15); }
td.TdClassName
{
border-color: #AD580F;
}
.TagClassName
{
border-color: #AD580F;
}
</style>