#A92462

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

Shades of Lipstick #A92462

Tints of Lipstick #A92462

Color information

#A92462 (or 0xA92462) is unknown color: approx Lipstick. HEX triplet: A9, 24 and 62. RGB value is (169,36,98). Sum of RGB (Red+Green+Blue) = 169+36+98=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A92462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92462 is #56DB9D. Grayscale: #525252. Windows color (decimal): -5692318 or 6431913. OLE color: 6431913.

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

Color convert

RGB1693698-
CMYK00.790.420.34
HSL332.03º64.88%40.2%-
HSV(B)332.03º78.7%66.27%-
XYZ19.210.5812.59-
YUV82.84136.56189.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=55.78%
G=11.88%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169369800.790.420.34332.0364.8840.2
HexA9246204F2A2214c4128
Octal251441420117524251410150
Binary101010011001001100010010011111010101000101010011001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92462; }

 p { color: rgb(169,36,98); }

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

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

 a { background-color: rgb(169,36,98); }

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

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

 span { border-color: rgb(169,36,98); }

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