#A03F40

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

Shades of Well Read #A03F40

Tints of Well Read #A03F40

Color information

#A03F40 (or 0xA03F40) is unknown color: approx Well Read. HEX triplet: A0, 3F and 40. RGB value is (160,63,64). Sum of RGB (Red+Green+Blue) = 160+63+64=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F40 is #5FC0BF. Grayscale: #5C5C5C. Windows color (decimal): -6275264 or 4210592. OLE color: 4210592.

HSL color Cylindrical-coordinate representation of color #A03F40: hue angle of 359.38º degrees, saturation: 0.43, 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 #A03F40 is Cyan = 0, Magento = 0.61, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1606364-
CMYK00.610.60.37
HSL359.38º43.5%43.73%-
HSV(B)359.38º60.62%62.75%-
XYZ17.211.46.14-
YUV92.12112.14176.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=55.75%
G=21.95%
B=22.30%

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
Decimal160636400.610.60.37359.3843.543.73
HexA03F4003D3C251672b2c
Octal2407710007574455475354
Binary1010000011111110000000111101111100100101101100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F40; }

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

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

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

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

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

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

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

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