#A02857

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

Shades of Lipstick #A02857

Tints of Lipstick #A02857

Color information

#A02857 (or 0xA02857) is unknown color: approx Lipstick. HEX triplet: A0, 28 and 57. RGB value is (160,40,87). Sum of RGB (Red+Green+Blue) = 160+40+87=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A02857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02857 is #5FD7A8. Grayscale: #515151. Windows color (decimal): -6281129 or 5712032. OLE color: 5712032.

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

Color convert

RGB1604087-
CMYK00.750.460.37
HSL336.5º60%39.22%-
HSV(B)336.5º75%62.75%-
XYZ16.989.689.99-
YUV81.24131.26184.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=55.75%
G=13.94%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160408700.750.460.37336.56039.22
HexA0285704B2E251503c27
Octal24050127011356455207447
Binary10100000101000101011101001011101110100101101010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02857; }

 p { color: rgb(160,40,87); }

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

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

 a { background-color: rgb(160,40,87); }

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

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

 span { border-color: rgb(160,40,87); }

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