#AD2458

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

Shades of Lipstick #AD2458

Tints of Lipstick #AD2458

Color information

#AD2458 (or 0xAD2458) is unknown color: approx Lipstick. HEX triplet: AD, 24 and 58. RGB value is (173,36,88). Sum of RGB (Red+Green+Blue) = 173+36+88=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2458 is #52DBA7. Grayscale: #525252. Windows color (decimal): -5430184 or 5776557. OLE color: 5776557.

HSL color Cylindrical-coordinate representation of color #AD2458: hue angle of 337.23º degrees, saturation: 0.66, 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 #AD2458 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1733688-
CMYK00.790.490.32
HSL337.23º65.55%40.98%-
HSV(B)337.23º79.19%67.84%-
XYZ19.6310.8510.29-
YUV82.89130.89192.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=58.25%
G=12.12%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173368800.790.490.32337.2365.5540.98
HexAD245804F31201514229
Octal255441300117614052110251
Binary101011011001001011000010011111100011000001010100011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2458; }

 p { color: rgb(173,36,88); }

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

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

 a { background-color: rgb(173,36,88); }

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

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

 span { border-color: rgb(173,36,88); }

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