#A92B5C

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

Shades of Lipstick #A92B5C

Tints of Lipstick #A92B5C

Color information

#A92B5C (or 0xA92B5C) is unknown color: approx Lipstick. HEX triplet: A9, 2B and 5C. RGB value is (169,43,92). Sum of RGB (Red+Green+Blue) = 169+43+92=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B5C is #56D4A3. Grayscale: #565656. Windows color (decimal): -5690532 or 6040489. OLE color: 6040489.

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

Color convert

RGB1694392-
CMYK00.750.460.34
HSL336.67º59.43%41.57%-
HSV(B)336.67º74.56%66.27%-
XYZ19.1610.9411.23-
YUV86.26131.24187.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=55.59%
G=14.14%
B=30.26%

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
Decimal169439200.750.460.34336.6759.4341.57
HexA92B5C04B2E221513b2a
Octal25153134011356425217352
Binary10101001101011101110001001011101110100010101010001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92B5C; }

 p { color: rgb(169,43,92); }

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

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

 a { background-color: rgb(169,43,92); }

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

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

 span { border-color: rgb(169,43,92); }

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