#A02D52

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

Shades of Lipstick #A02D52

Tints of Lipstick #A02D52

Color information

#A02D52 (or 0xA02D52) is unknown color: approx Lipstick. HEX triplet: A0, 2D and 52. RGB value is (160,45,82). Sum of RGB (Red+Green+Blue) = 160+45+82=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D52 is #5FD2AD. Grayscale: #535353. Windows color (decimal): -6279854 or 5385632. OLE color: 5385632.

HSL color Cylindrical-coordinate representation of color #A02D52: hue angle of 340.7º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D52 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1604582-
CMYK00.720.490.37
HSL340.7º56.1%40.2%-
HSV(B)340.7º71.88%62.75%-
XYZ16.969.969.01-
YUV83.6127.1182.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 45 (17.97% from 255) = 15.68%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=55.75%
G=15.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160458200.720.490.37340.756.140.2
HexA02D5204831251553828
Octal24055122011061455257050
Binary10100000101101101001001001000110001100101101010101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D52; }

 p { color: rgb(160,45,82); }

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

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

 a { background-color: rgb(160,45,82); }

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

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

 span { border-color: rgb(160,45,82); }

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