#A02853

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

Shades of Lipstick #A02853

Tints of Lipstick #A02853

Color information

#A02853 (or 0xA02853) is unknown color: approx Lipstick. HEX triplet: A0, 28 and 53. RGB value is (160,40,83). Sum of RGB (Red+Green+Blue) = 160+40+83=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A02853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02853 is #5FD7AC. Grayscale: #505050. Windows color (decimal): -6281133 or 5449888. OLE color: 5449888.

HSL color Cylindrical-coordinate representation of color #A02853: hue angle of 338.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02853 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1604083-
CMYK00.750.480.37
HSL338.5º60%39.22%-
HSV(B)338.5º75%62.75%-
XYZ16.829.629.15-
YUV80.78129.26184.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=56.54%
G=14.13%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160408300.750.480.37338.56039.22
HexA0285304B30251523c27
Octal24050123011360455227447
Binary10100000101000101001101001011110000100101101010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02853; }

 p { color: rgb(160,40,83); }

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

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

 a { background-color: rgb(160,40,83); }

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

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

 span { border-color: rgb(160,40,83); }

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