#A82A55

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

Shades of Lipstick #A82A55

Tints of Lipstick #A82A55

Color information

#A82A55 (or 0xA82A55) is unknown color: approx Lipstick. HEX triplet: A8, 2A and 55. RGB value is (168,42,85). Sum of RGB (Red+Green+Blue) = 168+42+85=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A55 is #57D5AA. Grayscale: #545454. Windows color (decimal): -5756331 or 5581480. OLE color: 5581480.

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

Color convert

RGB1684285-
CMYK00.750.490.34
HSL339.52º60%41.18%-
HSV(B)339.52º75%65.88%-
XYZ18.6210.649.67-
YUV84.58128.24187.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=56.95%
G=14.24%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168428500.750.490.34339.526041.18
HexA82A5504B31221543c29
Octal25052125011361425247451
Binary10101000101010101010101001011110001100010101010100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A55; }

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

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

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

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

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

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

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

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