#A53E40

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

Shades of Well Read #A53E40

Tints of Well Read #A53E40

Color information

#A53E40 (or 0xA53E40) is unknown color: approx Well Read. HEX triplet: A5, 3E and 40. RGB value is (165,62,64). Sum of RGB (Red+Green+Blue) = 165+62+64=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E40 is #5AC1BF. Grayscale: #5D5D5D. Windows color (decimal): -5947840 or 4210341. OLE color: 4210341.

HSL color Cylindrical-coordinate representation of color #A53E40: hue angle of 358.83º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53E40 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1656264-
CMYK00.620.610.35
HSL358.83º45.37%44.51%-
HSV(B)358.83º62.42%64.71%-
XYZ18.1711.816.17-
YUV93.02111.62179.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=56.70%
G=21.31%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165626400.620.610.35358.8345.3744.51
HexA53E4003E3D231672d2d
Octal2457610007675435475555
Binary1010010111111010000000111110111101100011101100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E40; }

 p { color: rgb(165,62,64); }

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

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

 a { background-color: rgb(165,62,64); }

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

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

 span { border-color: rgb(165,62,64); }

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