#AD245A

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

Shades of Lipstick #AD245A

Tints of Lipstick #AD245A

Color information

#AD245A (or 0xAD245A) is unknown color: approx Lipstick. HEX triplet: AD, 24 and 5A. RGB value is (173,36,90). Sum of RGB (Red+Green+Blue) = 173+36+90=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD245A is #52DBA5. Grayscale: #535353. Windows color (decimal): -5430182 or 5907629. OLE color: 5907629.

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

Color convert

RGB1733690-
CMYK00.790.480.32
HSL336.35º65.55%40.98%-
HSV(B)336.35º79.19%67.84%-
XYZ19.7110.8810.73-
YUV83.12131.89192.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=57.86%
G=12.04%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173369000.790.480.32336.3565.5540.98
HexAD245A04F30201504229
Octal255441320117604052010251
Binary101011011001001011010010011111100001000001010100001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD245A; }

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

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

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

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

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

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

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

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