Html Css Color HEX #AD2859 Lipstick

📋 copy color: '#AD2859'

red 173 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #AD2859

Tints of Lipstick #AD2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 57.28%
G = 13.25%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD2859 (or 0xAD2859) is known color: Lipstick. HEX triplet: AD, 28 and 59. RGB value is (173,40,89). Sum of RGB (Red+Green+Blue) = 173+40+89=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2859 is #52D7A6. Grayscale: #555555. Windows color (decimal): -5429159 or 5843117. OLE color: 5843117.

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

Color convert

RGB 173 40 89 -
CMYK 0 0.77 0.49 0.32
HSL 337.89º 0.62% 0.42% -
HSV(B) 337.89º 0.77% 0.68% -
XYZ 19.8 11.12 10.55 -
YUV 85.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 173 40 89 0 0.77 0.49 0.32 337.89 0.62 0.42
Hex AD 28 59 0 4D 31 20 152 3E 2A
Octal 255 50 131 0 115 61 40 522 76 52
Binary 10101101 101000 1011001 0 1001101 110001 100000 101010010 111110 101010

Color Harmonies of #AD2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2859

Black with #AD2859

Text Example


Text Example

White with #AD2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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