#A6285E

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

Shades of Lipstick #A6285E

Tints of Lipstick #A6285E

Color information

#A6285E (or 0xA6285E) is unknown color: approx Lipstick. HEX triplet: A6, 28 and 5E. RGB value is (166,40,94). Sum of RGB (Red+Green+Blue) = 166+40+94=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6285E is #59D7A1. Grayscale: #535353. Windows color (decimal): -5887906 or 6170790. OLE color: 6170790.

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

Color convert

RGB1664094-
CMYK00.760.430.35
HSL334.29º61.17%40.39%-
HSV(B)334.29º75.9%65.1%-
XYZ18.5110.4311.63-
YUV83.83133.74186.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=55.33%
G=13.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166409400.760.430.35334.2961.1740.39
HexA6285E04C2B2314e3d28
Octal24650136011453435167550
Binary10100110101000101111001001100101011100011101001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6285E; }

 p { color: rgb(166,40,94); }

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

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

 a { background-color: rgb(166,40,94); }

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

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

 span { border-color: rgb(166,40,94); }

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