#A92759

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

Shades of Lipstick #A92759

Tints of Lipstick #A92759

Color information

#A92759 (or 0xA92759) is unknown color: approx Lipstick. HEX triplet: A9, 27 and 59. RGB value is (169,39,89). Sum of RGB (Red+Green+Blue) = 169+39+89=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A92759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92759 is #56D8A6. Grayscale: #535353. Windows color (decimal): -5691559 or 5842857. OLE color: 5842857.

HSL color Cylindrical-coordinate representation of color #A92759: hue angle of 336.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92759 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1693989-
CMYK00.770.470.34
HSL336.92º62.5%40.78%-
HSV(B)336.92º76.92%66.27%-
XYZ18.8910.6110.5-
YUV83.57131.07188.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=56.90%
G=13.13%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169398900.770.470.34336.9262.540.78
HexA9275904D2F221513e29
Octal25147131011557425217651
Binary10101001100111101100101001101101111100010101010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92759; }

 p { color: rgb(169,39,89); }

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

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

 a { background-color: rgb(169,39,89); }

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

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

 span { border-color: rgb(169,39,89); }

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