#A6265F

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

Shades of Lipstick #A6265F

Tints of Lipstick #A6265F

Color information

#A6265F (or 0xA6265F) is unknown color: approx Lipstick. HEX triplet: A6, 26 and 5F. RGB value is (166,38,95). Sum of RGB (Red+Green+Blue) = 166+38+95=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6265F is #59D9A0. Grayscale: #525252. Windows color (decimal): -5888417 or 6235814. OLE color: 6235814.

HSL color Cylindrical-coordinate representation of color #A6265F: hue angle of 333.28º 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 #A6265F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1663895-
CMYK00.770.430.35
HSL333.28º62.75%40%-
HSV(B)333.28º77.11%65.1%-
XYZ18.4810.3211.84-
YUV82.77134.91187.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=55.52%
G=12.71%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166389500.770.430.35333.2862.7540
HexA6265F04D2B2314d3f28
Octal24646137011553435157750
Binary10100110100110101111101001101101011100011101001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6265F; }

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

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

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

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

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

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

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

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