#A92155

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

Shades of Lipstick #A92155

Tints of Lipstick #A92155

Color information

#A92155 (or 0xA92155) is unknown color: approx Lipstick. HEX triplet: A9, 21 and 55. RGB value is (169,33,85). Sum of RGB (Red+Green+Blue) = 169+33+85=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A92155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92155 is #56DEAA. Grayscale: #4F4F4F. Windows color (decimal): -5693099 or 5579177. OLE color: 5579177.

HSL color Cylindrical-coordinate representation of color #A92155: hue angle of 337.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92155 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB1693385-
CMYK00.800.500.34
HSL337.06º67.33%39.61%-
HSV(B)337.06º80.47%66.27%-
XYZ18.5510.189.58-
YUV79.59131.06191.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.89%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=58.89%
G=11.50%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169338500.800.500.34337.0667.3339.61
HexA9215505032221514328
Octal251411250120624252110350
Binary101010011000011010101010100001100101000101010100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92155; }

 p { color: rgb(169,33,85); }

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

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

 a { background-color: rgb(169,33,85); }

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

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

 span { border-color: rgb(169,33,85); }

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