#A2164A

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

Shades of Lipstick #A2164A

Tints of Lipstick #A2164A

Color information

#A2164A (or 0xA2164A) is unknown color: approx Lipstick. HEX triplet: A2, 16 and 4A. RGB value is (162,22,74). Sum of RGB (Red+Green+Blue) = 162+22+74=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2164A is #5DE9B5. Grayscale: #454545. Windows color (decimal): -6154678 or 4855458. OLE color: 4855458.

HSL color Cylindrical-coordinate representation of color #A2164A: hue angle of 337.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2164A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1622274-
CMYK00.860.540.36
HSL337.71º76.09%36.08%-
HSV(B)337.71º86.42%63.53%-
XYZ16.428.757.3-
YUV69.79130.38193.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=62.79%
G=8.53%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162227400.860.540.36337.7176.0936.08
HexA2164A05636241524c24
Octal242261120126664452211444
Binary10100010101101001010010101101101101001001010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2164A; }

 p { color: rgb(162,22,74); }

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

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

 a { background-color: rgb(162,22,74); }

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

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

 span { border-color: rgb(162,22,74); }

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