#A02B47

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

Shades of Lipstick #A02B47

Tints of Lipstick #A02B47

Color information

#A02B47 (or 0xA02B47) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 47. RGB value is (160,43,71). Sum of RGB (Red+Green+Blue) = 160+43+71=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B47 is #5FD4B8. Grayscale: #515151. Windows color (decimal): -6280377 or 4664224. OLE color: 4664224.

HSL color Cylindrical-coordinate representation of color #A02B47: hue angle of 345.64º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B47 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1604371-
CMYK00.730.560.37
HSL345.64º57.64%39.8%-
HSV(B)345.64º73.12%62.75%-
XYZ16.59.666.96-
YUV81.17122.26184.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=58.39%
G=15.69%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160437100.730.560.37345.6457.6439.8
HexA02B47049382515a3a28
Octal24053107011170455327250
Binary10100000101011100011101001001111000100101101011010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B47; }

 p { color: rgb(160,43,71); }

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

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

 a { background-color: rgb(160,43,71); }

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

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

 span { border-color: rgb(160,43,71); }

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