Html Css Color HEX #AD295B Lipstick

📋 copy color: '#AD295B'

red 173 ◦ green 41 ◦ blue 91

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

Shades of Lipstick #AD295B

Tints of Lipstick #AD295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 56.72%
G = 13.44%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD295B (or 0xAD295B) is known color: Lipstick. HEX triplet: AD, 29 and 5B. RGB value is (173,41,91). Sum of RGB (Red+Green+Blue) = 173+41+91=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD295B is #52D6A4. Grayscale: #565656. Windows color (decimal): -5428901 or 5974445. OLE color: 5974445.

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

Color convert

RGB 173 41 91 -
CMYK 0 0.76 0.47 0.32
HSL 337.27º 0.62% 0.42% -
HSV(B) 337.27º 0.76% 0.68% -
XYZ 19.91 11.23 11.01 -
YUV 86.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 173 41 91 0 0.76 0.47 0.32 337.27 0.62 0.42
Hex AD 29 5B 0 4C 2F 20 151 3E 2A
Octal 255 51 133 0 114 57 40 521 76 52
Binary 10101101 101001 1011011 0 1001100 101111 100000 101010001 111110 101010

Color Harmonies of #AD295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD295B

Black with #AD295B

Text Example


Text Example

White with #AD295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD295B; }

 p { color: rgb(173,41,91); }

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

background-color css

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

 a { background-color: rgb(173,41,91); }

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

border-color css

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

 span { border-color: rgb(173,41,91); }

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