#A92047

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

Shades of Lipstick #A92047

Tints of Lipstick #A92047

Color information

#A92047 (or 0xA92047) is unknown color: approx Lipstick. HEX triplet: A9, 20 and 47. RGB value is (169,32,71). Sum of RGB (Red+Green+Blue) = 169+32+71=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A92047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92047 is #56DFB8. Grayscale: #4D4D4D. Windows color (decimal): -5693369 or 4661417. OLE color: 4661417.

HSL color Cylindrical-coordinate representation of color #A92047: hue angle of 342.92º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92047 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1693271-
CMYK00.810.580.34
HSL342.92º68.16%39.41%-
HSV(B)342.92º81.07%66.27%-
XYZ18.029.926.93-
YUV77.41124.39193.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.13%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=62.13%
G=11.76%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169327100.810.580.34342.9268.1639.41
HexA920470513A221574427
Octal251401070121724252710447
Binary101010011000001000111010100011110101000101010101111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92047; }

 p { color: rgb(169,32,71); }

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

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

 a { background-color: rgb(169,32,71); }

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

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

 span { border-color: rgb(169,32,71); }

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