#AD255B

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

Shades of Lipstick #AD255B

Tints of Lipstick #AD255B

Color information

#AD255B (or 0xAD255B) is unknown color: approx Lipstick. HEX triplet: AD, 25 and 5B. RGB value is (173,37,91). Sum of RGB (Red+Green+Blue) = 173+37+91=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD255B is #52DAA4. Grayscale: #535353. Windows color (decimal): -5429925 or 5973421. OLE color: 5973421.

HSL color Cylindrical-coordinate representation of color #AD255B: hue angle of 336.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD255B is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1733791-
CMYK00.790.470.32
HSL336.18º64.76%41.18%-
HSV(B)336.18º78.61%67.84%-
XYZ19.7810.9610.97-
YUV83.82132.06191.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=57.48%
G=12.29%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173379100.790.470.32336.1864.7641.18
HexAD255B04F2F201504129
Octal255451330117574052010151
Binary101011011001011011011010011111011111000001010100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD255B; }

 p { color: rgb(173,37,91); }

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

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

 a { background-color: rgb(173,37,91); }

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

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

 span { border-color: rgb(173,37,91); }

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