#A92252

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

Shades of Lipstick #A92252

Tints of Lipstick #A92252

Color information

#A92252 (or 0xA92252) is unknown color: approx Lipstick. HEX triplet: A9, 22 and 52. RGB value is (169,34,82). Sum of RGB (Red+Green+Blue) = 169+34+82=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A92252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92252 is #56DDAD. Grayscale: #4F4F4F. Windows color (decimal): -5692846 or 5382825. OLE color: 5382825.

HSL color Cylindrical-coordinate representation of color #A92252: hue angle of 338.67º 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 #A92252 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1693482-
CMYK00.800.510.34
HSL338.67º66.5%39.8%-
HSV(B)338.67º79.88%66.27%-
XYZ18.4610.198.98-
YUV79.84129.23191.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=59.30%
G=11.93%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169348200.800.510.34338.6766.539.8
HexA9225205033221534328
Octal251421220120634252310350
Binary101010011000101010010010100001100111000101010100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92252; }

 p { color: rgb(169,34,82); }

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

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

 a { background-color: rgb(169,34,82); }

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

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

 span { border-color: rgb(169,34,82); }

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