Shades of Well Read #A23A3F
Tints of Well Read #A23A3F
RGB
CMYK
RGB Variations
Color information
#A23A3F (or 0xA23A3F) is known color: Well Read. HEX triplet: A2, 3A and 3F. RGB value is (162,58,63). Sum of RGB (Red+Green+Blue) = 162+58+63=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A3F is #5DC5C0. Grayscale: #595959. Windows color (decimal): -6145473 or 4143778. OLE color: 4143778.
HSL color Cylindrical-coordinate representation of color #A23A3F: hue angle of 357.12º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A3F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 63 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.36 |
| HSL | 357.12º | 0.47% | 0.43% | - |
| HSV(B) | 357.12º | 0.64% | 0.64% | - |
| XYZ | 17.31 | 11.07 | 5.93 | - |
| YUV | 89.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 63 | 0 | 0.64 | 0.61 | 0.36 | 357.12 | 0.47 | 0.43 |
| Hex | A2 | 3A | 3F | 0 | 40 | 3D | 24 | 165 | 2F | 2B |
| Octal | 242 | 72 | 77 | 0 | 100 | 75 | 44 | 545 | 57 | 53 |
| Binary | 10100010 | 111010 | 111111 | 0 | 1000000 | 111101 | 100100 | 101100101 | 101111 | 101011 |
Color Harmonies of #A23A3F
Complementary color
Monochromatic Colors of #A23A3F
Black with #A23A3F
Text Example
Text Example
White with #A23A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A3F; }
p { color: rgb(162,58,63); }
H1.HeaderClassName
{
color: #A23A3F;
}
.AnyTagClassName
{
color: #A23A3F;
}
</style>
background-color css
<style>
a { background-color: #A23A3F; }
a { background-color: rgb(162,58,63); }
div.DivClassName
{
background-color: #A23A3F;
}
.BgClassName
{
background-color: #A23A3F;
}
</style>
border-color css
<style>
span { border-color: #A23A3F; }
span { border-color: rgb(162,58,63); }
td.TdClassName
{
border-color: #A23A3F;
}
.TagClassName
{
border-color: #A23A3F;
}
</style>