Html Css Color HEX #AD275A Lipstick

📋 copy color: '#AD275A'

red 173 ◦ green 39 ◦ blue 90

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

Shades of Lipstick #AD275A

Tints of Lipstick #AD275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 57.28%
G = 12.91%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD275A (or 0xAD275A) is known color: Lipstick. HEX triplet: AD, 27 and 5A. RGB value is (173,39,90). Sum of RGB (Red+Green+Blue) = 173+39+90=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275A is #52D8A5. Grayscale: #545454. Windows color (decimal): -5429414 or 5908397. OLE color: 5908397.

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

Color convert

RGB 173 39 90 -
CMYK 0 0.77 0.48 0.32
HSL 337.16º 0.63% 0.42% -
HSV(B) 337.16º 0.77% 0.68% -
XYZ 19.8 11.07 10.77 -
YUV 84.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 173 39 90 0 0.77 0.48 0.32 337.16 0.63 0.42
Hex AD 27 5A 0 4D 30 20 151 3F 2A
Octal 255 47 132 0 115 60 40 521 77 52
Binary 10101101 100111 1011010 0 1001101 110000 100000 101010001 111111 101010

Color Harmonies of #AD275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD275A

Black with #AD275A

Text Example


Text Example

White with #AD275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD275A; }

 p { color: rgb(173,39,90); }

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

background-color css

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

 a { background-color: rgb(173,39,90); }

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

border-color css

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

 span { border-color: rgb(173,39,90); }

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