Html Css Color HEX #AA1B49 Lipstick

📋 copy color: '#AA1B49'

red 170 ◦ green 27 ◦ blue 73

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

Shades of Lipstick #AA1B49

Tints of Lipstick #AA1B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 62.96%
G = 10%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA1B49 (or 0xAA1B49) is known color: Lipstick. HEX triplet: AA, 1B and 49. RGB value is (170,27,73). Sum of RGB (Red+Green+Blue) = 170+27+73=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B49 is #55E4B6. Grayscale: #4A4A4A. Windows color (decimal): -5629111 or 4791210. OLE color: 4791210.

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

Color convert

RGB 170 27 73 -
CMYK 0 0.84 0.57 0.33
HSL 340.7º 0.73% 0.39% -
HSV(B) 340.7º 0.84% 0.67% -
XYZ 18.17 9.81 7.24 -
YUV 75 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 170 27 73 0 0.84 0.57 0.33 340.7 0.73 0.39
Hex AA 1B 49 0 54 39 21 155 49 27
Octal 252 33 111 0 124 71 41 525 111 47
Binary 10101010 11011 1001001 0 1010100 111001 100001 101010101 1001001 100111

Color Harmonies of #AA1B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B49

Black with #AA1B49

Text Example


Text Example

White with #AA1B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B49; }

 p { color: rgb(170,27,73); }

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

background-color css

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

 a { background-color: rgb(170,27,73); }

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

border-color css

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

 span { border-color: rgb(170,27,73); }

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