Shades of Golden Brown #AD5D0F
Tints of Golden Brown #AD5D0F
RGB
CMYK
RGB Variations
Color information
#AD5D0F (or 0xAD5D0F) is known color: Golden Brown. HEX triplet: AD, 5D and 0F. RGB value is (173,93,15). Sum of RGB (Red+Green+Blue) = 173+93+15=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5D0F is #52A2F0. Grayscale: #6C6C6C. Windows color (decimal): -5415665 or 1007021. OLE color: 1007021.
HSL color Cylindrical-coordinate representation of color #AD5D0F: hue angle of 29.62º 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 #AD5D0F is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 15 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.32 |
| HSL | 29.62º | 0.84% | 0.37% | - |
| HSV(B) | 29.62º | 0.91% | 0.68% | - |
| XYZ | 21.23 | 16.75 | 2.57 | - |
| YUV | 108.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 15 | 0 | 0.46 | 0.91 | 0.32 | 29.62 | 0.84 | 0.37 |
| Hex | AD | 5D | F | 0 | 2E | 5B | 20 | 1E | 54 | 25 |
| Octal | 255 | 135 | 17 | 0 | 56 | 133 | 40 | 36 | 124 | 45 |
| Binary | 10101101 | 1011101 | 1111 | 0 | 101110 | 1011011 | 100000 | 11110 | 1010100 | 100101 |
Color Harmonies of #AD5D0F
Complementary color
Monochromatic Colors of #AD5D0F
Black with #AD5D0F
Text Example
Text Example
White with #AD5D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D0F; }
p { color: rgb(173,93,15); }
H1.HeaderClassName
{
color: #AD5D0F;
}
.AnyTagClassName
{
color: #AD5D0F;
}
</style>
background-color css
<style>
a { background-color: #AD5D0F; }
a { background-color: rgb(173,93,15); }
div.DivClassName
{
background-color: #AD5D0F;
}
.BgClassName
{
background-color: #AD5D0F;
}
</style>
border-color css
<style>
span { border-color: #AD5D0F; }
span { border-color: rgb(173,93,15); }
td.TdClassName
{
border-color: #AD5D0F;
}
.TagClassName
{
border-color: #AD5D0F;
}
</style>