#A14142

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

Shades of Well Read #A14142

Tints of Well Read #A14142

Color information

#A14142 (or 0xA14142) is unknown color: approx Well Read. HEX triplet: A1, 41 and 42. RGB value is (161,65,66). Sum of RGB (Red+Green+Blue) = 161+65+66=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A14142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14142 is #5EBEBD. Grayscale: #5D5D5D. Windows color (decimal): -6209214 or 4342177. OLE color: 4342177.

HSL color Cylindrical-coordinate representation of color #A14142: hue angle of 359.38º degrees, saturation: 0.42, 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 #A14142 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1616566-
CMYK00.600.590.37
HSL359.38º42.48%44.31%-
HSV(B)359.38º59.63%63.14%-
XYZ17.5711.756.5-
YUV93.82112.3175.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=55.14%
G=22.26%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161656600.600.590.37359.3842.4844.31
HexA1414203C3B251672a2c
Octal24110110207473455475254
Binary10100001100000110000100111100111011100101101100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14142; }

 p { color: rgb(161,65,66); }

 H1.HeaderClassName
 {
   color: #A14142;
 }
 .AnyTagClassName
 {
   color: #A14142;
 }
</style>
background-color css

<style>
 a { background-color: #A14142; }

 a { background-color: rgb(161,65,66); }

 div.DivClassName
 {
   background-color: #A14142;
 }
 .BgClassName
 {
   background-color: #A14142;
 }
</style>
border-color css

<style>
 span { border-color: #A14142; }

 span { border-color: rgb(161,65,66); }

 td.TdClassName
 {
   border-color: #A14142;
 }
 .TagClassName
 {
   border-color: #A14142;
 }
</style>