Shades of Well Read #A04142
Tints of Well Read #A04142
RGB
CMYK
RGB Variations
Color information
#A04142 (or 0xA04142) is known color: Well Read. HEX triplet: A0, 41 and 42. RGB value is (160,65,66). Sum of RGB (Red+Green+Blue) = 160+65+66=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A04142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04142 is #5FBEBD. Grayscale: #5D5D5D. Windows color (decimal): -6274750 or 4342176. OLE color: 4342176.
HSL color Cylindrical-coordinate representation of color #A04142: hue angle of 359.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04142 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 66 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.37 |
| HSL | 359.37º | 0.42% | 0.44% | - |
| HSV(B) | 359.37º | 0.59% | 0.63% | - |
| XYZ | 17.37 | 11.65 | 6.49 | - |
| YUV | 93.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 66 | 0 | 0.59 | 0.59 | 0.37 | 359.37 | 0.42 | 0.44 |
| Hex | A0 | 41 | 42 | 0 | 3B | 3B | 25 | 167 | 2A | 2C |
| Octal | 240 | 101 | 102 | 0 | 73 | 73 | 45 | 547 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1000010 | 0 | 111011 | 111011 | 100101 | 101100111 | 101010 | 101100 |
Color Harmonies of #A04142
Complementary color
Monochromatic Colors of #A04142
Black with #A04142
Text Example
Text Example
White with #A04142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04142; }
p { color: rgb(160,65,66); }
H1.HeaderClassName
{
color: #A04142;
}
.AnyTagClassName
{
color: #A04142;
}
</style>
background-color css
<style>
a { background-color: #A04142; }
a { background-color: rgb(160,65,66); }
div.DivClassName
{
background-color: #A04142;
}
.BgClassName
{
background-color: #A04142;
}
</style>
border-color css
<style>
span { border-color: #A04142; }
span { border-color: rgb(160,65,66); }
td.TdClassName
{
border-color: #A04142;
}
.TagClassName
{
border-color: #A04142;
}
</style>