Html Css Color HEX #AD2156 Lipstick

📋 copy color: '#AD2156'

red 173 ◦ green 33 ◦ blue 86

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

Shades of Lipstick #AD2156

Tints of Lipstick #AD2156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.45%

R = 59.25%
G = 11.3%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2156 (or 0xAD2156) is known color: Lipstick. HEX triplet: AD, 21 and 56. RGB value is (173,33,86). Sum of RGB (Red+Green+Blue) = 173+33+86=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2156 is #52DEA9. Grayscale: #505050. Windows color (decimal): -5430954 or 5644717. OLE color: 5644717.

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

Color convert

RGB 173 33 86 -
CMYK 0 0.81 0.50 0.32
HSL 337.29º 0.68% 0.4% -
HSV(B) 337.29º 0.81% 0.68% -
XYZ 19.46 10.64 9.83 -
YUV 80.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 173 33 86 0 0.81 0.50 0.32 337.29 0.68 0.4
Hex AD 21 56 0 51 32 20 151 44 28
Octal 255 41 126 0 121 62 40 521 104 50
Binary 10101101 100001 1010110 0 1010001 110010 100000 101010001 1000100 101000

Color Harmonies of #AD2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2156

Black with #AD2156

Text Example


Text Example

White with #AD2156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2156; }

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

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

background-color css

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

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

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

border-color css

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

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

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