Shades of Saddle Brown #A04600
Tints of Saddle Brown #A04600
RGB
CMYK
RGB Variations
Color information
#A04600 (or 0xA04600) is known color: Saddle Brown. HEX triplet: A0, 46 and 00. RGB value is (160,70,0). Sum of RGB (Red+Green+Blue) = 160+70+0=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A04600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04600 is #5FB9FF. Grayscale: #595959. Windows color (decimal): -6273536 or 18080. OLE color: 18080.
HSL color Cylindrical-coordinate representation of color #A04600: hue angle of 26.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A04600 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.37 |
| HSL | 26.25º | 1% | 0.31% | - |
| HSV(B) | 26.25º | 1% | 0.63% | - |
| XYZ | 16.69 | 11.85 | 1.41 | - |
| YUV | 88.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 0 | 0 | 0.56 | 1 | 0.37 | 26.25 | 1 | 0.31 |
| Hex | A0 | 46 | 0 | 0 | 38 | 64 | 25 | 1A | 64 | 1F |
| Octal | 240 | 106 | 0 | 0 | 70 | 144 | 45 | 32 | 144 | 37 |
| Binary | 10100000 | 1000110 | 0 | 0 | 111000 | 1100100 | 100101 | 11010 | 1100100 | 11111 |
Color Harmonies of #A04600
Complementary color
Monochromatic Colors of #A04600
Black with #A04600
Text Example
Text Example
White with #A04600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04600; }
p { color: rgb(160,70,0); }
H1.HeaderClassName
{
color: #A04600;
}
.AnyTagClassName
{
color: #A04600;
}
</style>
background-color css
<style>
a { background-color: #A04600; }
a { background-color: rgb(160,70,0); }
div.DivClassName
{
background-color: #A04600;
}
.BgClassName
{
background-color: #A04600;
}
</style>
border-color css
<style>
span { border-color: #A04600; }
span { border-color: rgb(160,70,0); }
td.TdClassName
{
border-color: #A04600;
}
.TagClassName
{
border-color: #A04600;
}
</style>