#A43D40

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

Shades of Well Read #A43D40

Tints of Well Read #A43D40

Color information

#A43D40 (or 0xA43D40) is unknown color: approx Well Read. HEX triplet: A4, 3D and 40. RGB value is (164,61,64). Sum of RGB (Red+Green+Blue) = 164+61+64=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D40 is #5BC2BF. Grayscale: #5C5C5C. Windows color (decimal): -6013632 or 4210084. OLE color: 4210084.

HSL color Cylindrical-coordinate representation of color #A43D40: hue angle of 358.25º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D40 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1646164-
CMYK00.630.610.36
HSL358.25º45.78%44.12%-
HSV(B)358.25º62.8%64.31%-
XYZ17.911.66.15-
YUV92.14112.12179.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.75%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=56.75%
G=21.11%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164616400.630.610.36358.2545.7844.12
HexA43D4003F3D241662e2c
Octal2447510007775445465654
Binary1010010011110110000000111111111101100100101100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D40; }

 p { color: rgb(164,61,64); }

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

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

 a { background-color: rgb(164,61,64); }

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

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

 span { border-color: rgb(164,61,64); }

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