Html Css Color HEX #AD2057 Lipstick

📋 copy color: '#AD2057'

red 173 ◦ green 32 ◦ blue 87

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

Shades of Lipstick #AD2057

Tints of Lipstick #AD2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 59.25%
G = 10.96%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2057 (or 0xAD2057) is known color: Lipstick. HEX triplet: AD, 20 and 57. RGB value is (173,32,87). Sum of RGB (Red+Green+Blue) = 173+32+87=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2057 is #52DFA8. Grayscale: #505050. Windows color (decimal): -5431209 or 5709997. OLE color: 5709997.

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

Color convert

RGB 173 32 87 -
CMYK 0 0.82 0.50 0.32
HSL 336.6º 0.69% 0.4% -
HSV(B) 336.6º 0.82% 0.68% -
XYZ 19.47 10.61 10.04 -
YUV 80.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 173 32 87 0 0.82 0.50 0.32 336.6 0.69 0.4
Hex AD 20 57 0 52 32 20 151 45 28
Octal 255 40 127 0 122 62 40 521 105 50
Binary 10101101 100000 1010111 0 1010010 110010 100000 101010001 1000101 101000

Color Harmonies of #AD2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2057

Black with #AD2057

Text Example


Text Example

White with #AD2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2057; }

 p { color: rgb(173,32,87); }

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

background-color css

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

 a { background-color: rgb(173,32,87); }

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

border-color css

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

 span { border-color: rgb(173,32,87); }

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