#A01745

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

Shades of Lipstick #A01745

Tints of Lipstick #A01745

Color information

#A01745 (or 0xA01745) is unknown color: approx Lipstick. HEX triplet: A0, 17 and 45. RGB value is (160,23,69). Sum of RGB (Red+Green+Blue) = 160+23+69=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A01745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01745 is #5FE8BA. Grayscale: #454545. Windows color (decimal): -6285499 or 4528032. OLE color: 4528032.

HSL color Cylindrical-coordinate representation of color #A01745: hue angle of 339.85º 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 #A01745 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1602369-
CMYK00.860.570.37
HSL339.85º74.86%35.88%-
HSV(B)339.85º85.62%62.75%-
XYZ15.888.526.44-
YUV69.21127.89192.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=63.49%
G=9.13%
B=27.38%

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
Decimal160236900.860.570.37339.8574.8635.88
HexA0174505639251544b24
Octal240271050126714552411344
Binary10100000101111000101010101101110011001011010101001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01745; }

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

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

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

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

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

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

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

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