Html Css Color HEX #AD2257 Lipstick

📋 copy color: '#AD2257'

red 173 ◦ green 34 ◦ blue 87

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

Shades of Lipstick #AD2257

Tints of Lipstick #AD2257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

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

R = 58.84%
G = 11.56%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD2257 (or 0xAD2257) is known color: Lipstick. HEX triplet: AD, 22 and 57. RGB value is (173,34,87). Sum of RGB (Red+Green+Blue) = 173+34+87=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2257 is #52DDA8. Grayscale: #515151. Windows color (decimal): -5430697 or 5710509. OLE color: 5710509.

HSL color Cylindrical-coordinate representation of color #AD2257: hue angle of 337.12º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2257 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 87 -
CMYK 0 0.80 0.50 0.32
HSL 337.12º 0.67% 0.41% -
HSV(B) 337.12º 0.8% 0.68% -
XYZ 19.53 10.72 10.06 -
YUV 81.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 173 34 87 0 0.80 0.50 0.32 337.12 0.67 0.41
Hex AD 22 57 0 50 32 20 151 43 29
Octal 255 42 127 0 120 62 40 521 103 51
Binary 10101101 100010 1010111 0 1010000 110010 100000 101010001 1000011 101001

Color Harmonies of #AD2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2257

Black with #AD2257

Text Example


Text Example

White with #AD2257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2257; }

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

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

background-color css

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

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

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

border-color css

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

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

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