#A02756

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

Shades of Lipstick #A02756

Tints of Lipstick #A02756

Color information

#A02756 (or 0xA02756) is unknown color: approx Lipstick. HEX triplet: A0, 27 and 56. RGB value is (160,39,86). Sum of RGB (Red+Green+Blue) = 160+39+86=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A02756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02756 is #5FD8A9. Grayscale: #505050. Windows color (decimal): -6281386 or 5646240. OLE color: 5646240.

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

Color convert

RGB1603986-
CMYK00.760.460.37
HSL336.69º60.8%39.02%-
HSV(B)336.69º75.63%62.75%-
XYZ16.99.69.77-
YUV80.54131.09184.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=56.14%
G=13.68%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160398600.760.460.37336.6960.839.02
HexA0275604C2E251513d27
Octal24047126011456455217547
Binary10100000100111101011001001100101110100101101010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02756; }

 p { color: rgb(160,39,86); }

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

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

 a { background-color: rgb(160,39,86); }

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

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

 span { border-color: rgb(160,39,86); }

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