Shades of Well Read #A03A42
Tints of Well Read #A03A42
RGB
CMYK
RGB Variations
Color information
#A03A42 (or 0xA03A42) is known color: Well Read. HEX triplet: A0, 3A and 42. RGB value is (160,58,66). Sum of RGB (Red+Green+Blue) = 160+58+66=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A42 is #5FC5BD. Grayscale: #595959. Windows color (decimal): -6276542 or 4340384. OLE color: 4340384.
HSL color Cylindrical-coordinate representation of color #A03A42: hue angle of 355.29º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03A42 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 66 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.37 |
| HSL | 355.29º | 0.47% | 0.43% | - |
| HSV(B) | 355.29º | 0.64% | 0.63% | - |
| XYZ | 16.99 | 10.89 | 6.36 | - |
| YUV | 89.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 66 | 0 | 0.64 | 0.59 | 0.37 | 355.29 | 0.47 | 0.43 |
| Hex | A0 | 3A | 42 | 0 | 40 | 3B | 25 | 163 | 2F | 2B |
| Octal | 240 | 72 | 102 | 0 | 100 | 73 | 45 | 543 | 57 | 53 |
| Binary | 10100000 | 111010 | 1000010 | 0 | 1000000 | 111011 | 100101 | 101100011 | 101111 | 101011 |
Color Harmonies of #A03A42
Complementary color
Monochromatic Colors of #A03A42
Black with #A03A42
Text Example
Text Example
White with #A03A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A42; }
p { color: rgb(160,58,66); }
H1.HeaderClassName
{
color: #A03A42;
}
.AnyTagClassName
{
color: #A03A42;
}
</style>
background-color css
<style>
a { background-color: #A03A42; }
a { background-color: rgb(160,58,66); }
div.DivClassName
{
background-color: #A03A42;
}
.BgClassName
{
background-color: #A03A42;
}
</style>
border-color css
<style>
span { border-color: #A03A42; }
span { border-color: rgb(160,58,66); }
td.TdClassName
{
border-color: #A03A42;
}
.TagClassName
{
border-color: #A03A42;
}
</style>