#A92253

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

Shades of Lipstick #A92253

Tints of Lipstick #A92253

Color information

#A92253 (or 0xA92253) is unknown color: approx Lipstick. HEX triplet: A9, 22 and 53. RGB value is (169,34,83). Sum of RGB (Red+Green+Blue) = 169+34+83=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A92253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92253 is #56DDAC. Grayscale: #4F4F4F. Windows color (decimal): -5692845 or 5448361. OLE color: 5448361.

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

Color convert

RGB1693483-
CMYK00.800.510.34
HSL338.22º66.5%39.8%-
HSV(B)338.22º79.88%66.27%-
XYZ18.510.29.18-
YUV79.95129.73191.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=59.09%
G=11.89%
B=29.02%

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
Decimal169348300.800.510.34338.2266.539.8
HexA9225305033221524328
Octal251421230120634252210350
Binary101010011000101010011010100001100111000101010100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92253; }

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

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

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

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

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

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

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

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