#A8285A

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

Shades of Lipstick #A8285A

Tints of Lipstick #A8285A

Color information

#A8285A (or 0xA8285A) is unknown color: approx Lipstick. HEX triplet: A8, 28 and 5A. RGB value is (168,40,90). Sum of RGB (Red+Green+Blue) = 168+40+90=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8285A is #57D7A5. Grayscale: #535353. Windows color (decimal): -5756838 or 5908648. OLE color: 5908648.

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

Color convert

RGB1684090-
CMYK00.760.460.34
HSL336.56º61.54%40.78%-
HSV(B)336.56º76.19%65.88%-
XYZ18.7510.5810.73-
YUV83.97131.41187.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=56.38%
G=13.42%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168409000.760.460.34336.5661.5440.78
HexA8285A04C2E221513e29
Octal25050132011456425217651
Binary10101000101000101101001001100101110100010101010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8285A; }

 p { color: rgb(168,40,90); }

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

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

 a { background-color: rgb(168,40,90); }

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

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

 span { border-color: rgb(168,40,90); }

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