#A81746

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

Shades of Lipstick #A81746

Tints of Lipstick #A81746

Color information

#A81746 (or 0xA81746) is unknown color: approx Lipstick. HEX triplet: A8, 17 and 46. RGB value is (168,23,70). Sum of RGB (Red+Green+Blue) = 168+23+70=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A81746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81746 is #57E8B9. Grayscale: #474747. Windows color (decimal): -5761210 or 4593576. OLE color: 4593576.

HSL color Cylindrical-coordinate representation of color #A81746: hue angle of 340.55º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81746 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1682370-
CMYK00.860.580.34
HSL340.55º75.92%37.45%-
HSV(B)340.55º86.31%65.88%-
XYZ17.569.386.68-
YUV71.71127.04196.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.37%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=64.37%
G=8.81%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168237000.860.580.34340.5575.9237.45
HexA817460563A221554c25
Octal250271060126724252511445
Binary10101000101111000110010101101110101000101010101011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81746; }

 p { color: rgb(168,23,70); }

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

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

 a { background-color: rgb(168,23,70); }

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

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

 span { border-color: rgb(168,23,70); }

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