#A92758

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

Shades of Lipstick #A92758

Tints of Lipstick #A92758

Color information

#A92758 (or 0xA92758) is unknown color: approx Lipstick. HEX triplet: A9, 27 and 58. RGB value is (169,39,88). Sum of RGB (Red+Green+Blue) = 169+39+88=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A92758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92758 is #56D8A7. Grayscale: #535353. Windows color (decimal): -5691560 or 5777321. OLE color: 5777321.

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

Color convert

RGB1693988-
CMYK00.770.480.34
HSL337.38º62.5%40.78%-
HSV(B)337.38º76.92%66.27%-
XYZ18.8510.5910.28-
YUV83.46130.57189.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.09%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=57.09%
G=13.18%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169398800.770.480.34337.3862.540.78
HexA9275804D30221513e29
Octal25147130011560425217651
Binary10101001100111101100001001101110000100010101010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92758; }

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

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

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

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

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

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

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

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