Html Css Color HEX #AD2656 Lipstick

📋 copy color: '#AD2656'

red 173 ◦ green 38 ◦ blue 86

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

Shades of Lipstick #AD2656

Tints of Lipstick #AD2656

RGB

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

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

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

R = 58.25%
G = 12.79%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2656 (or 0xAD2656) is known color: Lipstick. HEX triplet: AD, 26 and 56. RGB value is (173,38,86). Sum of RGB (Red+Green+Blue) = 173+38+86=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2656 is #52D9A9. Grayscale: #535353. Windows color (decimal): -5429674 or 5645997. OLE color: 5645997.

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

Color convert

RGB 173 38 86 -
CMYK 0 0.78 0.50 0.32
HSL 338.67º 0.64% 0.41% -
HSV(B) 338.67º 0.78% 0.68% -
XYZ 19.61 10.94 9.88 -
YUV 83.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 173 38 86 0 0.78 0.50 0.32 338.67 0.64 0.41
Hex AD 26 56 0 4E 32 20 153 40 29
Octal 255 46 126 0 116 62 40 523 100 51
Binary 10101101 100110 1010110 0 1001110 110010 100000 101010011 1000000 101001

Color Harmonies of #AD2656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2656

Black with #AD2656

Text Example


Text Example

White with #AD2656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2656; }

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

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

background-color css

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

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

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

border-color css

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

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

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