#A03740

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

Shades of Well Read #A03740

Tints of Well Read #A03740

Color information

#A03740 (or 0xA03740) is unknown color: approx Well Read. HEX triplet: A0, 37 and 40. RGB value is (160,55,64). Sum of RGB (Red+Green+Blue) = 160+55+64=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A03740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03740 is #5FC8BF. Grayscale: #575757. Windows color (decimal): -6277312 or 4208544. OLE color: 4208544.

HSL color Cylindrical-coordinate representation of color #A03740: hue angle of 354.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03740 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1605564-
CMYK00.660.60.37
HSL354.86º48.84%42.16%-
HSV(B)354.86º65.62%62.75%-
XYZ16.7910.586.01-
YUV87.42114.79179.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=57.35%
G=19.71%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160556400.660.60.37354.8648.8442.16
HexA037400423C25163312a
Octal24067100010274455436152
Binary10100000110111100000001000010111100100101101100011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03740; }

 p { color: rgb(160,55,64); }

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

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

 a { background-color: rgb(160,55,64); }

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

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

 span { border-color: rgb(160,55,64); }

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