#A6264E

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

Shades of Lipstick #A6264E

Tints of Lipstick #A6264E

Color information

#A6264E (or 0xA6264E) is unknown color: approx Lipstick. HEX triplet: A6, 26 and 4E. RGB value is (166,38,78). Sum of RGB (Red+Green+Blue) = 166+38+78=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6264E is #59D9B1. Grayscale: #505050. Windows color (decimal): -5888434 or 5121702. OLE color: 5121702.

HSL color Cylindrical-coordinate representation of color #A6264E: hue angle of 341.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6264E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1663878-
CMYK00.770.530.35
HSL341.25º62.75%40%-
HSV(B)341.25º77.11%65.1%-
XYZ17.7910.048.21-
YUV80.83126.41188.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=58.87%
G=13.48%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166387800.770.530.35341.2562.7540
HexA6264E04D35231553f28
Octal24646116011565435257750
Binary10100110100110100111001001101110101100011101010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6264E; }

 p { color: rgb(166,38,78); }

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

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

 a { background-color: rgb(166,38,78); }

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

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

 span { border-color: rgb(166,38,78); }

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