Shades of Saddle Brown #A05003
Tints of Saddle Brown #A05003
RGB
CMYK
RGB Variations
Color information
#A05003 (or 0xA05003) is known color: Saddle Brown. HEX triplet: A0, 50 and 03. RGB value is (160,80,3). Sum of RGB (Red+Green+Blue) = 160+80+3=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A05003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05003 is #5FAFFC. Grayscale: #5F5F5F. Windows color (decimal): -6270973 or 217248. OLE color: 217248.
HSL color Cylindrical-coordinate representation of color #A05003: hue angle of 29.43º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A05003 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 3 | - |
| CMYK | 0 | 0.5 | 0.98 | 0.37 |
| HSL | 29.43º | 0.96% | 0.32% | - |
| HSV(B) | 29.43º | 0.98% | 0.63% | - |
| XYZ | 17.38 | 13.22 | 1.72 | - |
| YUV | 95.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 3 | 0 | 0.5 | 0.98 | 0.37 | 29.43 | 0.96 | 0.32 |
| Hex | A0 | 50 | 3 | 0 | 32 | 62 | 25 | 1D | 60 | 20 |
| Octal | 240 | 120 | 3 | 0 | 62 | 142 | 45 | 35 | 140 | 40 |
| Binary | 10100000 | 1010000 | 11 | 0 | 110010 | 1100010 | 100101 | 11101 | 1100000 | 100000 |
Color Harmonies of #A05003
Complementary color
Monochromatic Colors of #A05003
Black with #A05003
Text Example
Text Example
White with #A05003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05003; }
p { color: rgb(160,80,3); }
H1.HeaderClassName
{
color: #A05003;
}
.AnyTagClassName
{
color: #A05003;
}
</style>
background-color css
<style>
a { background-color: #A05003; }
a { background-color: rgb(160,80,3); }
div.DivClassName
{
background-color: #A05003;
}
.BgClassName
{
background-color: #A05003;
}
</style>
border-color css
<style>
span { border-color: #A05003; }
span { border-color: rgb(160,80,3); }
td.TdClassName
{
border-color: #A05003;
}
.TagClassName
{
border-color: #A05003;
}
</style>