#AB2956

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

Shades of Lipstick #AB2956

Tints of Lipstick #AB2956

Color information

#AB2956 (or 0xAB2956) is unknown color: approx Lipstick. HEX triplet: AB, 29 and 56. RGB value is (171,41,86). Sum of RGB (Red+Green+Blue) = 171+41+86=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2956 is #54D6A9. Grayscale: #545454. Windows color (decimal): -5559978 or 5646763. OLE color: 5646763.

HSL color Cylindrical-coordinate representation of color #AB2956: hue angle of 339.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2956 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1714186-
CMYK00.760.500.33
HSL339.23º61.32%41.57%-
HSV(B)339.23º76.02%67.06%-
XYZ19.2710.929.9-
YUV85128.57189.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=57.38%
G=13.76%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171418600.760.500.33339.2361.3241.57
HexAB295604C32211533d2a
Octal25351126011462415237552
Binary10101011101001101011001001100110010100001101010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2956; }

 p { color: rgb(171,41,86); }

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

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

 a { background-color: rgb(171,41,86); }

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

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

 span { border-color: rgb(171,41,86); }

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