#A82C53

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

Shades of Lipstick #A82C53

Tints of Lipstick #A82C53

Color information

#A82C53 (or 0xA82C53) is unknown color: approx Lipstick. HEX triplet: A8, 2C and 53. RGB value is (168,44,83). Sum of RGB (Red+Green+Blue) = 168+44+83=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C53 is #57D3AC. Grayscale: #555555. Windows color (decimal): -5755821 or 5450920. OLE color: 5450920.

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

Color convert

RGB1684483-
CMYK00.740.510.34
HSL341.13º58.49%41.57%-
HSV(B)341.13º73.81%65.88%-
XYZ18.6110.759.28-
YUV85.52126.58186.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=56.95%
G=14.92%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168448300.740.510.34341.1358.4941.57
HexA82C5304A33221553a2a
Octal25054123011263425257252
Binary10101000101100101001101001010110011100010101010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C53; }

 p { color: rgb(168,44,83); }

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

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

 a { background-color: rgb(168,44,83); }

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

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

 span { border-color: rgb(168,44,83); }

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