Html Css Color HEX #AD285B Lipstick

📋 copy color: '#AD285B'

red 173 ◦ green 40 ◦ blue 91

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

Shades of Lipstick #AD285B

Tints of Lipstick #AD285B

RGB

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

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

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

R = 56.91%
G = 13.16%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD285B (or 0xAD285B) is known color: Lipstick. HEX triplet: AD, 28 and 5B. RGB value is (173,40,91). Sum of RGB (Red+Green+Blue) = 173+40+91=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD285B is #52D7A4. Grayscale: #555555. Windows color (decimal): -5429157 or 5974189. OLE color: 5974189.

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

Color convert

RGB 173 40 91 -
CMYK 0 0.77 0.47 0.32
HSL 336.99º 0.62% 0.42% -
HSV(B) 336.99º 0.77% 0.68% -
XYZ 19.88 11.16 11 -
YUV 85.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 173 40 91 0 0.77 0.47 0.32 336.99 0.62 0.42
Hex AD 28 5B 0 4D 2F 20 151 3E 2A
Octal 255 50 133 0 115 57 40 521 76 52
Binary 10101101 101000 1011011 0 1001101 101111 100000 101010001 111110 101010

Color Harmonies of #AD285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD285B

Black with #AD285B

Text Example


Text Example

White with #AD285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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