Html Css Color HEX #AD2159 Lipstick

📋 copy color: '#AD2159'

red 173 ◦ green 33 ◦ blue 89

#AD2159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AD2159

Tints of Lipstick #AD2159

RGB

 RED value IS 173 (67.97% from 255) = 58.64%

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 58.64%
G = 11.19%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD2159 (or 0xAD2159) is known color: Lipstick. HEX triplet: AD, 21 and 59. RGB value is (173,33,89). Sum of RGB (Red+Green+Blue) = 173+33+89=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2159 is #52DEA6. Grayscale: #515151. Windows color (decimal): -5430951 or 5841325. OLE color: 5841325.

HSL color Cylindrical-coordinate representation of color #AD2159: hue angle of 336º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2159 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 89 -
CMYK 0 0.81 0.49 0.32
HSL 336º 0.68% 0.4% -
HSV(B) 336º 0.81% 0.68% -
XYZ 19.58 10.69 10.48 -
YUV 81.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 173 33 89 0 0.81 0.49 0.32 336 0.68 0.4
Hex AD 21 59 0 51 31 20 150 44 28
Octal 255 41 131 0 121 61 40 520 104 50
Binary 10101101 100001 1011001 0 1010001 110001 100000 101010000 1000100 101000

Color Harmonies of #AD2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2159

Black with #AD2159

Text Example


Text Example

White with #AD2159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2159; }

 p { color: rgb(173,33,89); }

 H1.HeaderClassName
 {
   color: #AD2159;
 }
 .AnyTagClassName
 {
   color: #AD2159;
 }
</style>

background-color css

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

 a { background-color: rgb(173,33,89); }

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

border-color css

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

 span { border-color: rgb(173,33,89); }

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