#A01744

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

Shades of Lipstick #A01744

Tints of Lipstick #A01744

Color information

#A01744 (or 0xA01744) is unknown color: approx Lipstick. HEX triplet: A0, 17 and 44. RGB value is (160,23,68). Sum of RGB (Red+Green+Blue) = 160+23+68=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A01744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01744 is #5FE8BB. Grayscale: #454545. Windows color (decimal): -6285500 or 4462496. OLE color: 4462496.

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

Color convert

RGB1602368-
CMYK00.860.570.37
HSL340.29º74.86%35.88%-
HSV(B)340.29º85.62%62.75%-
XYZ15.858.56.27-
YUV69.09127.39192.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 68 (26.95% from 255) = 27.09%
R=63.75%
G=9.16%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160236800.860.570.37340.2974.8635.88
HexA0174405639251544b24
Octal240271040126714552411344
Binary10100000101111000100010101101110011001011010101001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01744; }

 p { color: rgb(160,23,68); }

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

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

 a { background-color: rgb(160,23,68); }

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

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

 span { border-color: rgb(160,23,68); }

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