Html Css Color HEX #AD285E Lipstick

📋 copy color: '#AD285E'

red 173 ◦ green 40 ◦ blue 94

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

Shades of Lipstick #AD285E

Tints of Lipstick #AD285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 56.35%
G = 13.03%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD285E (or 0xAD285E) is known color: Lipstick. HEX triplet: AD, 28 and 5E. RGB value is (173,40,94). Sum of RGB (Red+Green+Blue) = 173+40+94=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD285E is #52D7A1. Grayscale: #555555. Windows color (decimal): -5429154 or 6170797. OLE color: 6170797.

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

Color convert

RGB 173 40 94 -
CMYK 0 0.77 0.46 0.32
HSL 335.64º 0.62% 0.42% -
HSV(B) 335.64º 0.77% 0.68% -
XYZ 20.01 11.21 11.7 -
YUV 85.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 173 40 94 0 0.77 0.46 0.32 335.64 0.62 0.42
Hex AD 28 5E 0 4D 2E 20 150 3E 2A
Octal 255 50 136 0 115 56 40 520 76 52
Binary 10101101 101000 1011110 0 1001101 101110 100000 101010000 111110 101010

Color Harmonies of #AD285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD285E

Black with #AD285E

Text Example


Text Example

White with #AD285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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