#AD2B59

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

Shades of Lipstick #AD2B59

Tints of Lipstick #AD2B59

Color information

#AD2B59 (or 0xAD2B59) is unknown color: approx Lipstick. HEX triplet: AD, 2B and 59. RGB value is (173,43,89). Sum of RGB (Red+Green+Blue) = 173+43+89=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B59 is #52D4A6. Grayscale: #575757. Windows color (decimal): -5428391 or 5843885. OLE color: 5843885.

HSL color Cylindrical-coordinate representation of color #AD2B59: hue angle of 338.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B59 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1734389-
CMYK00.750.490.32
HSL338.77º60.19%42.35%-
HSV(B)338.77º75.14%67.84%-
XYZ19.911.3310.59-
YUV87.11129.07189.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=56.72%
G=14.10%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173438900.750.490.32338.7760.1942.35
HexAD2B5904B31201533c2a
Octal25553131011361405237452
Binary10101101101011101100101001011110001100000101010011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B59; }

 p { color: rgb(173,43,89); }

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

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

 a { background-color: rgb(173,43,89); }

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

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

 span { border-color: rgb(173,43,89); }

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