#AA1B4E

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

Shades of Lipstick #AA1B4E

Tints of Lipstick #AA1B4E

Color information

#AA1B4E (or 0xAA1B4E) is unknown color: approx Lipstick. HEX triplet: AA, 1B and 4E. RGB value is (170,27,78). Sum of RGB (Red+Green+Blue) = 170+27+78=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B4E is #55E4B1. Grayscale: #4B4B4B. Windows color (decimal): -5629106 or 5118890. OLE color: 5118890.

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

Color convert

RGB1702778-
CMYK00.840.540.33
HSL338.6º72.59%38.63%-
HSV(B)338.6º84.12%66.67%-
XYZ18.349.888.15-
YUV75.57129.38195.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=61.82%
G=9.82%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170277800.840.540.33338.672.5938.63
HexAA1B4E05436211534927
Octal252331160124664152311147
Binary10101010110111001110010101001101101000011010100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B4E; }

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

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

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

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

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

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

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

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