Html Css Color HEX #AD275C Lipstick

📋 copy color: '#AD275C'

red 173 ◦ green 39 ◦ blue 92

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

Shades of Lipstick #AD275C

Tints of Lipstick #AD275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 56.91%
G = 12.83%
B = 30.26%

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

#AD275C (or 0xAD275C) is known color: Lipstick. HEX triplet: AD, 27 and 5C. RGB value is (173,39,92). Sum of RGB (Red+Green+Blue) = 173+39+92=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD275C is #52D8A3. Grayscale: #555555. Windows color (decimal): -5429412 or 6039469. OLE color: 6039469.

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

Color convert

RGB 173 39 92 -
CMYK 0 0.77 0.47 0.32
HSL 336.27º 0.63% 0.42% -
HSV(B) 336.27º 0.77% 0.68% -
XYZ 19.89 11.11 11.22 -
YUV 85.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 173 39 92 0 0.77 0.47 0.32 336.27 0.63 0.42
Hex AD 27 5C 0 4D 2F 20 150 3F 2A
Octal 255 47 134 0 115 57 40 520 77 52
Binary 10101101 100111 1011100 0 1001101 101111 100000 101010000 111111 101010

Color Harmonies of #AD275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD275C

Black with #AD275C

Text Example


Text Example

White with #AD275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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