#AD275A

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

Shades of Lipstick #AD275A

Tints of Lipstick #AD275A

Color information

#AD275A (or 0xAD275A) is unknown color: approx Lipstick. HEX triplet: AD, 27 and 5A. RGB value is (173,39,90). Sum of RGB (Red+Green+Blue) = 173+39+90=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275A is #52D8A5. Grayscale: #545454. Windows color (decimal): -5429414 or 5908397. OLE color: 5908397.

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

Color convert

RGB1733990-
CMYK00.770.480.32
HSL337.16º63.21%41.57%-
HSV(B)337.16º77.46%67.84%-
XYZ19.811.0710.77-
YUV84.88130.89190.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=57.28%
G=12.91%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173399000.770.480.32337.1663.2141.57
HexAD275A04D30201513f2a
Octal25547132011560405217752
Binary10101101100111101101001001101110000100000101010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD275A; }

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

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

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

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

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

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

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

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