Html Css Color HEX #AD2559 Lipstick

📋 copy color: '#AD2559'

red 173 ◦ green 37 ◦ blue 89

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

Shades of Lipstick #AD2559

Tints of Lipstick #AD2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 57.86%
G = 12.37%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD2559 (or 0xAD2559) is known color: Lipstick. HEX triplet: AD, 25 and 59. RGB value is (173,37,89). Sum of RGB (Red+Green+Blue) = 173+37+89=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2559 is #52DAA6. Grayscale: #535353. Windows color (decimal): -5429927 or 5842349. OLE color: 5842349.

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

Color convert

RGB 173 37 89 -
CMYK 0 0.79 0.49 0.32
HSL 337.06º 0.65% 0.41% -
HSV(B) 337.06º 0.79% 0.68% -
XYZ 19.7 10.93 10.52 -
YUV 83.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 173 37 89 0 0.79 0.49 0.32 337.06 0.65 0.41
Hex AD 25 59 0 4F 31 20 151 41 29
Octal 255 45 131 0 117 61 40 521 101 51
Binary 10101101 100101 1011001 0 1001111 110001 100000 101010001 1000001 101001

Color Harmonies of #AD2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2559

Black with #AD2559

Text Example


Text Example

White with #AD2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2559; }

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

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

background-color css

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

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

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

border-color css

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

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

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