Shades of Saddle Brown #A0460A
Tints of Saddle Brown #A0460A
RGB
CMYK
RGB Variations
Color information
#A0460A (or 0xA0460A) is known color: Saddle Brown. HEX triplet: A0, 46 and 0A. RGB value is (160,70,10). Sum of RGB (Red+Green+Blue) = 160+70+10=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0460A is #5FB9F5. Grayscale: #5A5A5A. Windows color (decimal): -6273526 or 673440. OLE color: 673440.
HSL color Cylindrical-coordinate representation of color #A0460A: hue angle of 24º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0460A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.37 |
| HSL | 24º | 0.88% | 0.33% | - |
| HSV(B) | 24º | 0.94% | 0.63% | - |
| XYZ | 16.74 | 11.88 | 1.7 | - |
| YUV | 90.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 10 | 0 | 0.56 | 0.94 | 0.37 | 24 | 0.88 | 0.33 |
| Hex | A0 | 46 | A | 0 | 38 | 5E | 25 | 18 | 58 | 21 |
| Octal | 240 | 106 | 12 | 0 | 70 | 136 | 45 | 30 | 130 | 41 |
| Binary | 10100000 | 1000110 | 1010 | 0 | 111000 | 1011110 | 100101 | 11000 | 1011000 | 100001 |
Color Harmonies of #A0460A
Complementary color
Monochromatic Colors of #A0460A
Black with #A0460A
Text Example
Text Example
White with #A0460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0460A; }
p { color: rgb(160,70,10); }
H1.HeaderClassName
{
color: #A0460A;
}
.AnyTagClassName
{
color: #A0460A;
}
</style>
background-color css
<style>
a { background-color: #A0460A; }
a { background-color: rgb(160,70,10); }
div.DivClassName
{
background-color: #A0460A;
}
.BgClassName
{
background-color: #A0460A;
}
</style>
border-color css
<style>
span { border-color: #A0460A; }
span { border-color: rgb(160,70,10); }
td.TdClassName
{
border-color: #A0460A;
}
.TagClassName
{
border-color: #A0460A;
}
</style>