#AA1F4F

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

Shades of Lipstick #AA1F4F

Tints of Lipstick #AA1F4F

Color information

#AA1F4F (or 0xAA1F4F) is unknown color: approx Lipstick. HEX triplet: AA, 1F and 4F. RGB value is (170,31,79). Sum of RGB (Red+Green+Blue) = 170+31+79=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F4F is #55E0B0. Grayscale: #4D4D4D. Windows color (decimal): -5628081 or 5185450. OLE color: 5185450.

HSL color Cylindrical-coordinate representation of color #AA1F4F: hue angle of 339.28º degrees, saturation: 0.69, 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 #AA1F4F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1703179-
CMYK00.820.540.33
HSL339.28º69.15%39.41%-
HSV(B)339.28º81.76%66.67%-
XYZ18.4810.098.37-
YUV78.03128.55193.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=60.71%
G=11.07%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170317900.820.540.33339.2869.1539.41
HexAA1F4F05236211534527
Octal252371170122664152310547
Binary10101010111111001111010100101101101000011010100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F4F; }

 p { color: rgb(170,31,79); }

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

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

 a { background-color: rgb(170,31,79); }

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

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

 span { border-color: rgb(170,31,79); }

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