Html Css Color HEX #AD2456 Lipstick

📋 copy color: '#AD2456'

red 173 ◦ green 36 ◦ blue 86

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

Shades of Lipstick #AD2456

Tints of Lipstick #AD2456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 58.64%
G = 12.2%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2456 (or 0xAD2456) is known color: Lipstick. HEX triplet: AD, 24 and 56. RGB value is (173,36,86). Sum of RGB (Red+Green+Blue) = 173+36+86=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2456 is #52DBA9. Grayscale: #525252. Windows color (decimal): -5430186 or 5645485. OLE color: 5645485.

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

Color convert

RGB 173 36 86 -
CMYK 0 0.79 0.50 0.32
HSL 338.1º 0.66% 0.41% -
HSV(B) 338.1º 0.79% 0.68% -
XYZ 19.54 10.82 9.86 -
YUV 82.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 173 36 86 0 0.79 0.50 0.32 338.1 0.66 0.41
Hex AD 24 56 0 4F 32 20 152 42 29
Octal 255 44 126 0 117 62 40 522 102 51
Binary 10101101 100100 1010110 0 1001111 110010 100000 101010010 1000010 101001

Color Harmonies of #AD2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2456

Black with #AD2456

Text Example


Text Example

White with #AD2456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2456; }

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

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

background-color css

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

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

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

border-color css

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

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

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