#A03E40

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

Shades of Well Read #A03E40

Tints of Well Read #A03E40

Color information

#A03E40 (or 0xA03E40) is unknown color: approx Well Read. HEX triplet: A0, 3E and 40. RGB value is (160,62,64). Sum of RGB (Red+Green+Blue) = 160+62+64=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E40 is #5FC1BF. Grayscale: #5B5B5B. Windows color (decimal): -6275520 or 4210336. OLE color: 4210336.

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

Color convert

RGB1606264-
CMYK00.610.60.37
HSL358.78º44.14%43.53%-
HSV(B)358.78º61.25%62.75%-
XYZ17.1511.296.13-
YUV91.53112.47176.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=55.94%
G=21.68%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160626400.610.60.37358.7844.1443.53
HexA03E4003D3C251672c2c
Octal2407610007574455475454
Binary1010000011111010000000111101111100100101101100111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E40; }

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

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

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

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

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

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

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

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