#A92757

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

Shades of Lipstick #A92757

Tints of Lipstick #A92757

Color information

#A92757 (or 0xA92757) is unknown color: approx Lipstick. HEX triplet: A9, 27 and 57. RGB value is (169,39,87). Sum of RGB (Red+Green+Blue) = 169+39+87=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A92757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92757 is #56D8A8. Grayscale: #535353. Windows color (decimal): -5691561 or 5711785. OLE color: 5711785.

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

Color convert

RGB1693987-
CMYK00.770.490.34
HSL337.85º62.5%40.78%-
HSV(B)337.85º76.92%66.27%-
XYZ18.8110.5710.07-
YUV83.34130.07189.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=57.29%
G=13.22%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169398700.770.490.34337.8562.540.78
HexA9275704D31221523e29
Octal25147127011561425227651
Binary10101001100111101011101001101110001100010101010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92757; }

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

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

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

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

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

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

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

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