#AD2855

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

Shades of Lipstick #AD2855

Tints of Lipstick #AD2855

Color information

#AD2855 (or 0xAD2855) is unknown color: approx Lipstick. HEX triplet: AD, 28 and 55. RGB value is (173,40,85). Sum of RGB (Red+Green+Blue) = 173+40+85=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2855 is #52D7AA. Grayscale: #545454. Windows color (decimal): -5429163 or 5580973. OLE color: 5580973.

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

Color convert

RGB1734085-
CMYK00.770.510.32
HSL339.7º62.44%41.76%-
HSV(B)339.7º76.88%67.84%-
XYZ19.6311.069.69-
YUV84.9128.06190.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=58.05%
G=13.42%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173408500.770.510.32339.762.4441.76
HexAD285504D33201543e2a
Octal25550125011563405247652
Binary10101101101000101010101001101110011100000101010100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2855; }

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

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

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

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

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

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

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

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