Shades of Well Read #A14042
Tints of Well Read #A14042
RGB
CMYK
RGB Variations
Color information
#A14042 (or 0xA14042) is known color: Well Read. HEX triplet: A1, 40 and 42. RGB value is (161,64,66). Sum of RGB (Red+Green+Blue) = 161+64+66=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14042 is #5EBFBD. Grayscale: #5D5D5D. Windows color (decimal): -6209470 or 4341921. OLE color: 4341921.
HSL color Cylindrical-coordinate representation of color #A14042: hue angle of 358.76º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14042 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 66 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.37 |
| HSL | 358.76º | 0.43% | 0.44% | - |
| HSV(B) | 358.76º | 0.6% | 0.63% | - |
| XYZ | 17.51 | 11.64 | 6.48 | - |
| YUV | 93.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 66 | 0 | 0.60 | 0.59 | 0.37 | 358.76 | 0.43 | 0.44 |
| Hex | A1 | 40 | 42 | 0 | 3C | 3B | 25 | 167 | 2B | 2C |
| Octal | 241 | 100 | 102 | 0 | 74 | 73 | 45 | 547 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1000010 | 0 | 111100 | 111011 | 100101 | 101100111 | 101011 | 101100 |
Color Harmonies of #A14042
Complementary color
Monochromatic Colors of #A14042
Black with #A14042
Text Example
Text Example
White with #A14042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14042; }
p { color: rgb(161,64,66); }
H1.HeaderClassName
{
color: #A14042;
}
.AnyTagClassName
{
color: #A14042;
}
</style>
background-color css
<style>
a { background-color: #A14042; }
a { background-color: rgb(161,64,66); }
div.DivClassName
{
background-color: #A14042;
}
.BgClassName
{
background-color: #A14042;
}
</style>
border-color css
<style>
span { border-color: #A14042; }
span { border-color: rgb(161,64,66); }
td.TdClassName
{
border-color: #A14042;
}
.TagClassName
{
border-color: #A14042;
}
</style>