#A12A46

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

Shades of Lipstick #A12A46

Tints of Lipstick #A12A46

Color information

#A12A46 (or 0xA12A46) is unknown color: approx Lipstick. HEX triplet: A1, 2A and 46. RGB value is (161,42,70). Sum of RGB (Red+Green+Blue) = 161+42+70=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A46 is #5ED5B9. Grayscale: #505050. Windows color (decimal): -6215098 or 4598433. OLE color: 4598433.

HSL color Cylindrical-coordinate representation of color #A12A46: hue angle of 345.88º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A46 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1614270-
CMYK00.740.570.37
HSL345.88º58.62%39.8%-
HSV(B)345.88º73.91%63.14%-
XYZ16.639.686.79-
YUV80.77121.92185.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=58.97%
G=15.38%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161427000.740.570.37345.8858.6239.8
HexA12A4604A392515a3b28
Octal24152106011271455327350
Binary10100001101010100011001001010111001100101101011010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A46; }

 p { color: rgb(161,42,70); }

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

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

 a { background-color: rgb(161,42,70); }

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

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

 span { border-color: rgb(161,42,70); }

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