Html Css Color HEX #AD2655 Lipstick

📋 copy color: '#AD2655'

red 173 ◦ green 38 ◦ blue 85

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

Shades of Lipstick #AD2655

Tints of Lipstick #AD2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 58.45%
G = 12.84%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD2655 (or 0xAD2655) is known color: Lipstick. HEX triplet: AD, 26 and 55. RGB value is (173,38,85). Sum of RGB (Red+Green+Blue) = 173+38+85=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2655 is #52D9AA. Grayscale: #535353. Windows color (decimal): -5429675 or 5580461. OLE color: 5580461.

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

Color convert

RGB 173 38 85 -
CMYK 0 0.78 0.51 0.32
HSL 339.11º 0.64% 0.41% -
HSV(B) 339.11º 0.78% 0.68% -
XYZ 19.57 10.93 9.67 -
YUV 83.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 173 38 85 0 0.78 0.51 0.32 339.11 0.64 0.41
Hex AD 26 55 0 4E 33 20 153 40 29
Octal 255 46 125 0 116 63 40 523 100 51
Binary 10101101 100110 1010101 0 1001110 110011 100000 101010011 1000000 101001

Color Harmonies of #AD2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2655

Black with #AD2655

Text Example


Text Example

White with #AD2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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