#AD275C

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

Shades of Lipstick #AD275C

Tints of Lipstick #AD275C

Color information

#AD275C (or 0xAD275C) is unknown color: approx Lipstick. HEX triplet: AD, 27 and 5C. RGB value is (173,39,92). Sum of RGB (Red+Green+Blue) = 173+39+92=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275C is #52D8A3. Grayscale: #555555. Windows color (decimal): -5429412 or 6039469. OLE color: 6039469.

HSL color Cylindrical-coordinate representation of color #AD275C: hue angle of 336.27º degrees, saturation: 0.63, 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 #AD275C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1733992-
CMYK00.770.470.32
HSL336.27º63.21%41.57%-
HSV(B)336.27º77.46%67.84%-
XYZ19.8911.1111.22-
YUV85.11131.89190.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=56.91%
G=12.83%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173399200.770.470.32336.2763.2141.57
HexAD275C04D2F201503f2a
Octal25547134011557405207752
Binary10101101100111101110001001101101111100000101010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD275C; }

 p { color: rgb(173,39,92); }

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

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

 a { background-color: rgb(173,39,92); }

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

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

 span { border-color: rgb(173,39,92); }

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