#AD2355

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

Shades of Lipstick #AD2355

Tints of Lipstick #AD2355

Color information

#AD2355 (or 0xAD2355) is unknown color: approx Lipstick. HEX triplet: AD, 23 and 55. RGB value is (173,35,85). Sum of RGB (Red+Green+Blue) = 173+35+85=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2355 is #52DCAA. Grayscale: #515151. Windows color (decimal): -5430443 or 5579693. OLE color: 5579693.

HSL color Cylindrical-coordinate representation of color #AD2355: hue angle of 338.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2355 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1733585-
CMYK00.800.510.32
HSL338.26º66.35%40.78%-
HSV(B)338.26º79.77%67.84%-
XYZ19.4710.749.64-
YUV81.96129.72192.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.04%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=59.04%
G=11.95%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173358500.800.510.32338.2666.3540.78
HexAD235505033201524229
Octal255431250120634052210251
Binary101011011000111010101010100001100111000001010100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2355; }

 p { color: rgb(173,35,85); }

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

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

 a { background-color: rgb(173,35,85); }

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

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

 span { border-color: rgb(173,35,85); }

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