Html Css Color HEX #AD2055 Lipstick

📋 copy color: '#AD2055'

red 173 ◦ green 32 ◦ blue 85

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

Shades of Lipstick #AD2055

Tints of Lipstick #AD2055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 59.66%
G = 11.03%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD2055 (or 0xAD2055) is known color: Lipstick. HEX triplet: AD, 20 and 55. RGB value is (173,32,85). Sum of RGB (Red+Green+Blue) = 173+32+85=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2055 is #52DFAA. Grayscale: #505050. Windows color (decimal): -5431211 or 5578925. OLE color: 5578925.

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

Color convert

RGB 173 32 85 -
CMYK 0 0.82 0.51 0.32
HSL 337.45º 0.69% 0.4% -
HSV(B) 337.45º 0.82% 0.68% -
XYZ 19.39 10.57 9.61 -
YUV 80.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 173 32 85 0 0.82 0.51 0.32 337.45 0.69 0.4
Hex AD 20 55 0 52 33 20 151 45 28
Octal 255 40 125 0 122 63 40 521 105 50
Binary 10101101 100000 1010101 0 1010010 110011 100000 101010001 1000101 101000

Color Harmonies of #AD2055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2055

Black with #AD2055

Text Example


Text Example

White with #AD2055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2055; }

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

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

background-color css

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

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

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

border-color css

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

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

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