#A23257

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

Shades of Lipstick #A23257

Tints of Lipstick #A23257

Color information

#A23257 (or 0xA23257) is unknown color: approx Lipstick. HEX triplet: A2, 32 and 57. RGB value is (162,50,87). Sum of RGB (Red+Green+Blue) = 162+50+87=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A23257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23257 is #5DCDA8. Grayscale: #575757. Windows color (decimal): -6147497 or 5714594. OLE color: 5714594.

HSL color Cylindrical-coordinate representation of color #A23257: hue angle of 340.18º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23257 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1625087-
CMYK00.690.460.36
HSL340.18º52.83%41.57%-
HSV(B)340.18º69.14%63.53%-
XYZ17.7610.6510.14-
YUV87.71127.61180.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=54.18%
G=16.72%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162508700.690.460.36340.1852.8341.57
HexA232570452E24154352a
Octal24262127010556445246552
Binary10100010110010101011101000101101110100100101010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23257; }

 p { color: rgb(162,50,87); }

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

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

 a { background-color: rgb(162,50,87); }

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

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

 span { border-color: rgb(162,50,87); }

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