Shades of Saddle Brown #A0430A
Tints of Saddle Brown #A0430A
RGB
CMYK
RGB Variations
Color information
#A0430A (or 0xA0430A) is known color: Saddle Brown. HEX triplet: A0, 43 and 0A. RGB value is (160,67,10). Sum of RGB (Red+Green+Blue) = 160+67+10=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0430A is #5FBCF5. Grayscale: #585858. Windows color (decimal): -6274294 or 672672. OLE color: 672672.
HSL color Cylindrical-coordinate representation of color #A0430A: hue angle of 22.8º 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 #A0430A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.37 |
| HSL | 22.8º | 0.88% | 0.33% | - |
| HSV(B) | 22.8º | 0.94% | 0.63% | - |
| XYZ | 16.56 | 11.51 | 1.64 | - |
| YUV | 88.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 10 | 0 | 0.58 | 0.94 | 0.37 | 22.8 | 0.88 | 0.33 |
| Hex | A0 | 43 | A | 0 | 3A | 5E | 25 | 17 | 58 | 21 |
| Octal | 240 | 103 | 12 | 0 | 72 | 136 | 45 | 27 | 130 | 41 |
| Binary | 10100000 | 1000011 | 1010 | 0 | 111010 | 1011110 | 100101 | 10111 | 1011000 | 100001 |
Color Harmonies of #A0430A
Complementary color
Monochromatic Colors of #A0430A
Black with #A0430A
Text Example
Text Example
White with #A0430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0430A; }
p { color: rgb(160,67,10); }
H1.HeaderClassName
{
color: #A0430A;
}
.AnyTagClassName
{
color: #A0430A;
}
</style>
background-color css
<style>
a { background-color: #A0430A; }
a { background-color: rgb(160,67,10); }
div.DivClassName
{
background-color: #A0430A;
}
.BgClassName
{
background-color: #A0430A;
}
</style>
border-color css
<style>
span { border-color: #A0430A; }
span { border-color: rgb(160,67,10); }
td.TdClassName
{
border-color: #A0430A;
}
.TagClassName
{
border-color: #A0430A;
}
</style>