#A03641

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

Shades of Well Read #A03641

Tints of Well Read #A03641

Color information

#A03641 (or 0xA03641) is unknown color: approx Well Read. HEX triplet: A0, 36 and 41. RGB value is (160,54,65). Sum of RGB (Red+Green+Blue) = 160+54+65=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A03641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03641 is #5FC9BE. Grayscale: #575757. Windows color (decimal): -6277567 or 4273824. OLE color: 4273824.

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

Color convert

RGB1605465-
CMYK00.660.590.37
HSL353.77º49.53%41.96%-
HSV(B)353.77º66.25%62.75%-
XYZ16.7710.496.14-
YUV86.95115.62180.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=57.35%
G=19.35%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160546500.660.590.37353.7749.5341.96
HexA036410423B25162322a
Octal24066101010273455426252
Binary10100000110110100000101000010111011100101101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03641; }

 p { color: rgb(160,54,65); }

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

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

 a { background-color: rgb(160,54,65); }

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

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

 span { border-color: rgb(160,54,65); }

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