#A82A52

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

Shades of Lipstick #A82A52

Tints of Lipstick #A82A52

Color information

#A82A52 (or 0xA82A52) is unknown color: approx Lipstick. HEX triplet: A8, 2A and 52. RGB value is (168,42,82). Sum of RGB (Red+Green+Blue) = 168+42+82=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A52 is #57D5AD. Grayscale: #545454. Windows color (decimal): -5756334 or 5384872. OLE color: 5384872.

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

Color convert

RGB1684282-
CMYK00.750.510.34
HSL340.95º60%41.18%-
HSV(B)340.95º75%65.88%-
XYZ18.510.599.05-
YUV84.23126.74187.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.53%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=57.53%
G=14.38%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168428200.750.510.34340.956041.18
HexA82A5204B33221553c29
Octal25052122011363425257451
Binary10101000101010101001001001011110011100010101010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A52; }

 p { color: rgb(168,42,82); }

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

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

 a { background-color: rgb(168,42,82); }

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

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

 span { border-color: rgb(168,42,82); }

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