#AA1C4A

Color #AA1C4A Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AA1C4A

Tints of Lipstick #AA1C4A

Color information

#AA1C4A (or 0xAA1C4A) is unknown color: approx Lipstick. HEX triplet: AA, 1C and 4A. RGB value is (170,28,74). Sum of RGB (Red+Green+Blue) = 170+28+74=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C4A is #55E3B5. Grayscale: #4B4B4B. Windows color (decimal): -5628854 or 4857002. OLE color: 4857002.

HSL color Cylindrical-coordinate representation of color #AA1C4A: hue angle of 340.56º degrees, saturation: 0.72, 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 #AA1C4A is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1702874-
CMYK00.840.560.33
HSL340.56º71.72%38.82%-
HSV(B)340.56º83.53%66.67%-
XYZ18.239.877.42-
YUV75.7127.04195.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.5%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=62.5%
G=10.29%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170287400.840.560.33340.5671.7238.82
HexAA1C4A05438211554827
Octal252341120124704152511047
Binary10101010111001001010010101001110001000011010101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C4A; }

 p { color: rgb(170,28,74); }

 H1.HeaderClassName
 {
   color: #AA1C4A;
 }
 .AnyTagClassName
 {
   color: #AA1C4A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,28,74); }

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

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

 span { border-color: rgb(170,28,74); }

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