#A3173F

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

Shades of Lipstick #A3173F

Tints of Lipstick #A3173F

Color information

#A3173F (or 0xA3173F) is unknown color: approx Lipstick. HEX triplet: A3, 17 and 3F. RGB value is (163,23,63). Sum of RGB (Red+Green+Blue) = 163+23+63=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A3173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3173F is #5CE8C0. Grayscale: #454545. Windows color (decimal): -6088897 or 4134819. OLE color: 4134819.

HSL color Cylindrical-coordinate representation of color #A3173F: hue angle of 342.86º degrees, saturation: 0.75, 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 #A3173F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1632363-
CMYK00.860.610.36
HSL342.86º75.27%36.47%-
HSV(B)342.86º85.89%63.92%-
XYZ16.318.765.53-
YUV69.42124.38194.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 63 (25% from 255) = 25.30%
R=65.46%
G=9.24%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163236300.860.610.36342.8675.2736.47
HexA3173F0563D241574b24
Octal24327770126754452711344
Binary1010001110111111111010101101111011001001010101111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3173F; }

 p { color: rgb(163,23,63); }

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

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

 a { background-color: rgb(163,23,63); }

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

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

 span { border-color: rgb(163,23,63); }

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