Shades of Saddle Brown #A1460A
Tints of Saddle Brown #A1460A
RGB
CMYK
RGB Variations
Color information
#A1460A (or 0xA1460A) is known color: Saddle Brown. HEX triplet: A1, 46 and 0A. RGB value is (161,70,10). Sum of RGB (Red+Green+Blue) = 161+70+10=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1460A is #5EB9F5. Grayscale: #5A5A5A. Windows color (decimal): -6207990 or 673441. OLE color: 673441.
HSL color Cylindrical-coordinate representation of color #A1460A: hue angle of 23.84º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1460A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.37 |
| HSL | 23.84º | 0.88% | 0.34% | - |
| HSV(B) | 23.84º | 0.94% | 0.63% | - |
| XYZ | 16.94 | 11.98 | 1.71 | - |
| YUV | 90.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 10 | 0 | 0.57 | 0.94 | 0.37 | 23.84 | 0.88 | 0.34 |
| Hex | A1 | 46 | A | 0 | 39 | 5E | 25 | 18 | 58 | 22 |
| Octal | 241 | 106 | 12 | 0 | 71 | 136 | 45 | 30 | 130 | 42 |
| Binary | 10100001 | 1000110 | 1010 | 0 | 111001 | 1011110 | 100101 | 11000 | 1011000 | 100010 |
Color Harmonies of #A1460A
Complementary color
Monochromatic Colors of #A1460A
Black with #A1460A
Text Example
Text Example
White with #A1460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1460A; }
p { color: rgb(161,70,10); }
H1.HeaderClassName
{
color: #A1460A;
}
.AnyTagClassName
{
color: #A1460A;
}
</style>
background-color css
<style>
a { background-color: #A1460A; }
a { background-color: rgb(161,70,10); }
div.DivClassName
{
background-color: #A1460A;
}
.BgClassName
{
background-color: #A1460A;
}
</style>
border-color css
<style>
span { border-color: #A1460A; }
span { border-color: rgb(161,70,10); }
td.TdClassName
{
border-color: #A1460A;
}
.TagClassName
{
border-color: #A1460A;
}
</style>