#A0355C

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

Shades of Lipstick #A0355C

Tints of Lipstick #A0355C

Color information

#A0355C (or 0xA0355C) is unknown color: approx Lipstick. HEX triplet: A0, 35 and 5C. RGB value is (160,53,92). Sum of RGB (Red+Green+Blue) = 160+53+92=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0355C is #5FCAA3. Grayscale: #595959. Windows color (decimal): -6277796 or 6043040. OLE color: 6043040.

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

Color convert

RGB1605392-
CMYK00.670.430.37
HSL338.13º50.23%41.76%-
HSV(B)338.13º66.87%62.75%-
XYZ17.710.7911.28-
YUV89.44129.45178.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=52.46%
G=17.38%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160539200.670.430.37338.1350.2341.76
HexA0355C0432B25152322a
Octal24065134010353455226252
Binary10100000110101101110001000011101011100101101010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0355C; }

 p { color: rgb(160,53,92); }

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

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

 a { background-color: rgb(160,53,92); }

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

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

 span { border-color: rgb(160,53,92); }

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