#A23259

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

Shades of Lipstick #A23259

Tints of Lipstick #A23259

Color information

#A23259 (or 0xA23259) is unknown color: approx Lipstick. HEX triplet: A2, 32 and 59. RGB value is (162,50,89). Sum of RGB (Red+Green+Blue) = 162+50+89=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A23259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23259 is #5DCDA6. Grayscale: #575757. Windows color (decimal): -6147495 or 5845666. OLE color: 5845666.

HSL color Cylindrical-coordinate representation of color #A23259: hue angle of 339.11º 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 #A23259 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1625089-
CMYK00.690.450.36
HSL339.11º52.83%41.57%-
HSV(B)339.11º69.14%63.53%-
XYZ17.8410.6810.57-
YUV87.93128.61180.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=53.82%
G=16.61%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162508900.690.450.36339.1152.8341.57
HexA232590452D24153352a
Octal24262131010555445236552
Binary10100010110010101100101000101101101100100101010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23259; }

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

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

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

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

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

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

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

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