Shades of Saddle Brown #A04016
Tints of Saddle Brown #A04016
RGB
CMYK
RGB Variations
Color information
#A04016 (or 0xA04016) is known color: Saddle Brown. HEX triplet: A0, 40 and 16. RGB value is (160,64,22). Sum of RGB (Red+Green+Blue) = 160+64+22=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04016 is #5FBFE9. Grayscale: #585858. Windows color (decimal): -6275050 or 1458336. OLE color: 1458336.
HSL color Cylindrical-coordinate representation of color #A04016: hue angle of 18.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A04016 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 22 | - |
| CMYK | 0 | 0.6 | 0.86 | 0.37 |
| HSL | 18.26º | 0.76% | 0.36% | - |
| HSV(B) | 18.26º | 0.86% | 0.63% | - |
| XYZ | 16.48 | 11.2 | 2.05 | - |
| YUV | 87.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 22 | 0 | 0.6 | 0.86 | 0.37 | 18.26 | 0.76 | 0.36 |
| Hex | A0 | 40 | 16 | 0 | 3C | 56 | 25 | 12 | 4C | 24 |
| Octal | 240 | 100 | 26 | 0 | 74 | 126 | 45 | 22 | 114 | 44 |
| Binary | 10100000 | 1000000 | 10110 | 0 | 111100 | 1010110 | 100101 | 10010 | 1001100 | 100100 |
Color Harmonies of #A04016
Complementary color
Monochromatic Colors of #A04016
Black with #A04016
Text Example
Text Example
White with #A04016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04016; }
p { color: rgb(160,64,22); }
H1.HeaderClassName
{
color: #A04016;
}
.AnyTagClassName
{
color: #A04016;
}
</style>
background-color css
<style>
a { background-color: #A04016; }
a { background-color: rgb(160,64,22); }
div.DivClassName
{
background-color: #A04016;
}
.BgClassName
{
background-color: #A04016;
}
</style>
border-color css
<style>
span { border-color: #A04016; }
span { border-color: rgb(160,64,22); }
td.TdClassName
{
border-color: #A04016;
}
.TagClassName
{
border-color: #A04016;
}
</style>