Html Css Color HEX #AA1A4D Lipstick

📋 copy color: '#AA1A4D'

red 170 ◦ green 26 ◦ blue 77

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

Shades of Lipstick #AA1A4D

Tints of Lipstick #AA1A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 62.27%
G = 9.52%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA1A4D (or 0xAA1A4D) is known color: Lipstick. HEX triplet: AA, 1A and 4D. RGB value is (170,26,77). Sum of RGB (Red+Green+Blue) = 170+26+77=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A4D is #55E5B2. Grayscale: #4A4A4A. Windows color (decimal): -5629363 or 5053098. OLE color: 5053098.

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

Color convert

RGB 170 26 77 -
CMYK 0 0.85 0.55 0.33
HSL 338.75º 0.73% 0.38% -
HSV(B) 338.75º 0.85% 0.67% -
XYZ 18.29 9.82 7.95 -
YUV 74.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 170 26 77 0 0.85 0.55 0.33 338.75 0.73 0.38
Hex AA 1A 4D 0 55 37 21 153 49 26
Octal 252 32 115 0 125 67 41 523 111 46
Binary 10101010 11010 1001101 0 1010101 110111 100001 101010011 1001001 100110

Color Harmonies of #AA1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A4D

Black with #AA1A4D

Text Example


Text Example

White with #AA1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A4D; }

 p { color: rgb(170,26,77); }

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

background-color css

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

 a { background-color: rgb(170,26,77); }

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

border-color css

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

 span { border-color: rgb(170,26,77); }

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