Html Css Color HEX #AA1E4C Lipstick

📋 copy color: '#AA1E4C'

red 170 ◦ green 30 ◦ blue 76

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

Shades of Lipstick #AA1E4C

Tints of Lipstick #AA1E4C

RGB

 RED value IS 170 (66.8% from 255) = 61.59%

 GREEN value IS 30 (12.11% from 255) = 10.87%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 61.59%
G = 10.87%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA1E4C (or 0xAA1E4C) is known color: Lipstick. HEX triplet: AA, 1E and 4C. RGB value is (170,30,76). Sum of RGB (Red+Green+Blue) = 170+30+76=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E4C is #55E1B3. Grayscale: #4D4D4D. Windows color (decimal): -5628340 or 4988586. OLE color: 4988586.

HSL color Cylindrical-coordinate representation of color #AA1E4C: hue angle of 340.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E4C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 76 -
CMYK 0 0.82 0.55 0.33
HSL 340.29º 0.7% 0.39% -
HSV(B) 340.29º 0.82% 0.67% -
XYZ 18.35 10 7.8 -
YUV 77.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 170 30 76 0 0.82 0.55 0.33 340.29 0.7 0.39
Hex AA 1E 4C 0 52 37 21 154 46 27
Octal 252 36 114 0 122 67 41 524 106 47
Binary 10101010 11110 1001100 0 1010010 110111 100001 101010100 1000110 100111

Color Harmonies of #AA1E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E4C

Black with #AA1E4C

Text Example


Text Example

White with #AA1E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E4C; }

 p { color: rgb(170,30,76); }

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

background-color css

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

 a { background-color: rgb(170,30,76); }

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

border-color css

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

 span { border-color: rgb(170,30,76); }

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