#A04143

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

Shades of Well Read #A04143

Tints of Well Read #A04143

Color information

#A04143 (or 0xA04143) is unknown color: approx Well Read. HEX triplet: A0, 41 and 43. RGB value is (160,65,67). Sum of RGB (Red+Green+Blue) = 160+65+67=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A04143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04143 is #5FBEBC. Grayscale: #5D5D5D. Windows color (decimal): -6274749 or 4407712. OLE color: 4407712.

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

Color convert

RGB1606567-
CMYK00.590.580.37
HSL358.74º42.22%44.12%-
HSV(B)358.74º59.38%62.75%-
XYZ17.411.666.64-
YUV93.63112.97175.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=54.79%
G=22.26%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160656700.590.580.37358.7442.2244.12
HexA0414303B3A251672a2c
Octal24010110307372455475254
Binary10100000100000110000110111011111010100101101100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04143; }

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

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

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

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

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

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

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

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