#A04142

Color #A04142 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #A04142

Tints of Well Read #A04142

Color information

#A04142 (or 0xA04142) is unknown color: approx 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

RGB1606566-
CMYK00.590.590.37
HSL359.37º42.22%44.12%-
HSV(B)359.37º59.38%62.75%-
XYZ17.3711.656.49-
YUV93.52112.47175.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=54.98%
G=22.34%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160656600.590.590.37359.3742.2244.12
HexA0414203B3B251672a2c
Octal24010110207373455475254
Binary10100000100000110000100111011111011100101101100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>