Html Css Color HEX #AD2857 Lipstick

📋 copy color: '#AD2857'

red 173 ◦ green 40 ◦ blue 87

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

Shades of Lipstick #AD2857

Tints of Lipstick #AD2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

 BLUE value IS 87 (34.38% from 255) = 29%

R = 57.67%
G = 13.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2857 (or 0xAD2857) is known color: Lipstick. HEX triplet: AD, 28 and 57. RGB value is (173,40,87). Sum of RGB (Red+Green+Blue) = 173+40+87=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2857 is #52D7A8. Grayscale: #555555. Windows color (decimal): -5429161 or 5712045. OLE color: 5712045.

HSL color Cylindrical-coordinate representation of color #AD2857: hue angle of 338.8º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2857 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 87 -
CMYK 0 0.77 0.50 0.32
HSL 338.8º 0.62% 0.42% -
HSV(B) 338.8º 0.77% 0.68% -
XYZ 19.71 11.09 10.12 -
YUV 85.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 173 40 87 0 0.77 0.50 0.32 338.8 0.62 0.42
Hex AD 28 57 0 4D 32 20 153 3E 2A
Octal 255 50 127 0 115 62 40 523 76 52
Binary 10101101 101000 1010111 0 1001101 110010 100000 101010011 111110 101010

Color Harmonies of #AD2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2857

Black with #AD2857

Text Example


Text Example

White with #AD2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2857; }

 p { color: rgb(173,40,87); }

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

background-color css

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

 a { background-color: rgb(173,40,87); }

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

border-color css

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

 span { border-color: rgb(173,40,87); }

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