Html Css Color HEX #AD2660 Lipstick

📋 copy color: '#AD2660'

red 173 ◦ green 38 ◦ blue 96

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

Shades of Lipstick #AD2660

Tints of Lipstick #AD2660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 56.35%
G = 12.38%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD2660 (or 0xAD2660) is known color: Lipstick. HEX triplet: AD, 26 and 60. RGB value is (173,38,96). Sum of RGB (Red+Green+Blue) = 173+38+96=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2660 is #52D99F. Grayscale: #545454. Windows color (decimal): -5429664 or 6301357. OLE color: 6301357.

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

Color convert

RGB 173 38 96 -
CMYK 0 0.78 0.45 0.32
HSL 334.22º 0.64% 0.41% -
HSV(B) 334.22º 0.78% 0.68% -
XYZ 20.04 11.11 12.16 -
YUV 84.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 173 38 96 0 0.78 0.45 0.32 334.22 0.64 0.41
Hex AD 26 60 0 4E 2D 20 14E 40 29
Octal 255 46 140 0 116 55 40 516 100 51
Binary 10101101 100110 1100000 0 1001110 101101 100000 101001110 1000000 101001

Color Harmonies of #AD2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2660

Black with #AD2660

Text Example


Text Example

White with #AD2660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2660; }

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

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

background-color css

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

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

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

border-color css

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

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

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