Shades of Well Read #A03A3F
Tints of Well Read #A03A3F
RGB
CMYK
RGB Variations
Color information
#A03A3F (or 0xA03A3F) is known color: Well Read. HEX triplet: A0, 3A and 3F. RGB value is (160,58,63). Sum of RGB (Red+Green+Blue) = 160+58+63=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A3F is #5FC5C0. Grayscale: #595959. Windows color (decimal): -6276545 or 4143776. OLE color: 4143776.
HSL color Cylindrical-coordinate representation of color #A03A3F: hue angle of 357.06º 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 #A03A3F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 63 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.37 |
| HSL | 357.06º | 0.47% | 0.43% | - |
| HSV(B) | 357.06º | 0.64% | 0.63% | - |
| XYZ | 16.91 | 10.86 | 5.91 | - |
| YUV | 89.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 63 | 0 | 0.64 | 0.61 | 0.37 | 357.06 | 0.47 | 0.43 |
| Hex | A0 | 3A | 3F | 0 | 40 | 3D | 25 | 165 | 2F | 2B |
| Octal | 240 | 72 | 77 | 0 | 100 | 75 | 45 | 545 | 57 | 53 |
| Binary | 10100000 | 111010 | 111111 | 0 | 1000000 | 111101 | 100101 | 101100101 | 101111 | 101011 |
Color Harmonies of #A03A3F
Complementary color
Monochromatic Colors of #A03A3F
Black with #A03A3F
Text Example
Text Example
White with #A03A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A3F; }
p { color: rgb(160,58,63); }
H1.HeaderClassName
{
color: #A03A3F;
}
.AnyTagClassName
{
color: #A03A3F;
}
</style>
background-color css
<style>
a { background-color: #A03A3F; }
a { background-color: rgb(160,58,63); }
div.DivClassName
{
background-color: #A03A3F;
}
.BgClassName
{
background-color: #A03A3F;
}
</style>
border-color css
<style>
span { border-color: #A03A3F; }
span { border-color: rgb(160,58,63); }
td.TdClassName
{
border-color: #A03A3F;
}
.TagClassName
{
border-color: #A03A3F;
}
</style>