#A92A5B

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

Shades of Lipstick #A92A5B

Tints of Lipstick #A92A5B

Color information

#A92A5B (or 0xA92A5B) is unknown color: approx Lipstick. HEX triplet: A9, 2A and 5B. RGB value is (169,42,91). Sum of RGB (Red+Green+Blue) = 169+42+91=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92A5B is #56D5A4. Grayscale: #555555. Windows color (decimal): -5690789 or 5974697. OLE color: 5974697.

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

Color convert

RGB1694291-
CMYK00.750.460.34
HSL336.85º60.19%41.37%-
HSV(B)336.85º75.15%66.27%-
XYZ19.0810.8510.99-
YUV85.56131.08187.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=55.96%
G=13.91%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169429100.750.460.34336.8560.1941.37
HexA92A5B04B2E221513c29
Octal25152133011356425217451
Binary10101001101010101101101001011101110100010101010001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A5B; }

 p { color: rgb(169,42,91); }

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

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

 a { background-color: rgb(169,42,91); }

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

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

 span { border-color: rgb(169,42,91); }

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