Html Css Color HEX #AD2460 Lipstick

📋 copy color: '#AD2460'

red 173 ◦ green 36 ◦ blue 96

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

Shades of Lipstick #AD2460

Tints of Lipstick #AD2460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

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

R = 56.72%
G = 11.8%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD2460 (or 0xAD2460) is known color: Lipstick. HEX triplet: AD, 24 and 60. RGB value is (173,36,96). Sum of RGB (Red+Green+Blue) = 173+36+96=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2460 is #52DB9F. Grayscale: #535353. Windows color (decimal): -5430176 or 6300845. OLE color: 6300845.

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

Color convert

RGB 173 36 96 -
CMYK 0 0.79 0.45 0.32
HSL 333.72º 0.66% 0.41% -
HSV(B) 333.72º 0.79% 0.68% -
XYZ 19.98 10.99 12.13 -
YUV 83.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 173 36 96 0 0.79 0.45 0.32 333.72 0.66 0.41
Hex AD 24 60 0 4F 2D 20 14E 42 29
Octal 255 44 140 0 117 55 40 516 102 51
Binary 10101101 100100 1100000 0 1001111 101101 100000 101001110 1000010 101001

Color Harmonies of #AD2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2460

Black with #AD2460

Text Example


Text Example

White with #AD2460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2460; }

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

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

background-color css

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

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

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

border-color css

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

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

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