#A14041

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

Shades of Well Read #A14041

Tints of Well Read #A14041

Color information

#A14041 (or 0xA14041) is unknown color: approx Well Read. HEX triplet: A1, 40 and 41. RGB value is (161,64,65). Sum of RGB (Red+Green+Blue) = 161+64+65=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14041 is #5EBFBE. Grayscale: #5D5D5D. Windows color (decimal): -6209471 or 4276385. OLE color: 4276385.

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

Color convert

RGB1616465-
CMYK00.600.600.37
HSL359.38º43.11%44.12%-
HSV(B)359.38º60.25%63.14%-
XYZ17.4911.636.32-
YUV93.12112.14176.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=55.52%
G=22.07%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161646500.600.600.37359.3843.1144.12
HexA1404103C3C251672b2c
Octal24110010107474455475354
Binary10100001100000010000010111100111100100101101100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14041; }

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

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

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

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

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

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

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

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