#A0393D

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

Shades of Well Read #A0393D

Tints of Well Read #A0393D

Color information

#A0393D (or 0xA0393D) is unknown color: approx Well Read. HEX triplet: A0, 39 and 3D. RGB value is (160,57,61). Sum of RGB (Red+Green+Blue) = 160+57+61=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A0393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0393D is #5FC6C2. Grayscale: #585858. Windows color (decimal): -6276803 or 4012448. OLE color: 4012448.

HSL color Cylindrical-coordinate representation of color #A0393D: hue angle of 357.67º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0393D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1605761-
CMYK00.640.620.37
HSL357.67º47.47%42.55%-
HSV(B)357.67º64.38%62.75%-
XYZ16.810.745.6-
YUV88.25112.62179.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=57.55%
G=20.50%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160576100.640.620.37357.6747.4742.55
HexA0393D0403E251662f2b
Octal2407175010076455465753
Binary1010000011100111110101000000111110100101101100110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0393D; }

 p { color: rgb(160,57,61); }

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

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

 a { background-color: rgb(160,57,61); }

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

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

 span { border-color: rgb(160,57,61); }

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