#A02B5F

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

Shades of Lipstick #A02B5F

Tints of Lipstick #A02B5F

Color information

#A02B5F (or 0xA02B5F) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 5F. RGB value is (160,43,95). Sum of RGB (Red+Green+Blue) = 160+43+95=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B5F is #5FD4A0. Grayscale: #535353. Windows color (decimal): -6280353 or 6237088. OLE color: 6237088.

HSL color Cylindrical-coordinate representation of color #A02B5F: hue angle of 333.33º 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 #A02B5F is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1604395-
CMYK00.730.410.37
HSL333.33º57.64%39.8%-
HSV(B)333.33º73.12%62.75%-
XYZ17.4310.0311.84-
YUV83.91134.26182.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=53.69%
G=14.43%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160439500.730.410.37333.3357.6439.8
HexA02B5F049292514d3a28
Octal24053137011151455157250
Binary10100000101011101111101001001101001100101101001101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B5F; }

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

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

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

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

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

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

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

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