#A14042

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

Shades of Well Read #A14042

Tints of Well Read #A14042

Color information

#A14042 (or 0xA14042) is unknown color: approx Well Read. HEX triplet: A1, 40 and 42. RGB value is (161,64,66). Sum of RGB (Red+Green+Blue) = 161+64+66=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A14042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14042 is #5EBFBD. Grayscale: #5D5D5D. Windows color (decimal): -6209470 or 4341921. OLE color: 4341921.

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

Color convert

RGB1616466-
CMYK00.600.590.37
HSL358.76º43.11%44.12%-
HSV(B)358.76º60.25%63.14%-
XYZ17.5111.646.48-
YUV93.23112.64176.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.33%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=55.33%
G=21.99%
B=22.68%

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
Decimal161646600.600.590.37358.7643.1144.12
HexA1404203C3B251672b2c
Octal24110010207473455475354
Binary10100001100000010000100111100111011100101101100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14042; }

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

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

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

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

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

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

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

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