Html Css Color HEX #AD2357 Lipstick

📋 copy color: '#AD2357'

red 173 ◦ green 35 ◦ blue 87

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

Shades of Lipstick #AD2357

Tints of Lipstick #AD2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 58.64%
G = 11.86%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2357 (or 0xAD2357) is known color: Lipstick. HEX triplet: AD, 23 and 57. RGB value is (173,35,87). Sum of RGB (Red+Green+Blue) = 173+35+87=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2357 is #52DCA8. Grayscale: #525252. Windows color (decimal): -5430441 or 5710765. OLE color: 5710765.

HSL color Cylindrical-coordinate representation of color #AD2357: hue angle of 337.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2357 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 87 -
CMYK 0 0.80 0.50 0.32
HSL 337.39º 0.66% 0.41% -
HSV(B) 337.39º 0.8% 0.68% -
XYZ 19.55 10.77 10.07 -
YUV 82.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 173 35 87 0 0.80 0.50 0.32 337.39 0.66 0.41
Hex AD 23 57 0 50 32 20 151 42 29
Octal 255 43 127 0 120 62 40 521 102 51
Binary 10101101 100011 1010111 0 1010000 110010 100000 101010001 1000010 101001

Color Harmonies of #AD2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2357

Black with #AD2357

Text Example


Text Example

White with #AD2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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