#A8235E

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

Shades of Lipstick #A8235E

Tints of Lipstick #A8235E

Color information

#A8235E (or 0xA8235E) is unknown color: approx Lipstick. HEX triplet: A8, 23 and 5E. RGB value is (168,35,94). Sum of RGB (Red+Green+Blue) = 168+35+94=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8235E is #57DCA1. Grayscale: #515151. Windows color (decimal): -5758114 or 6169512. OLE color: 6169512.

HSL color Cylindrical-coordinate representation of color #A8235E: hue angle of 333.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8235E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1683594-
CMYK00.790.440.34
HSL333.38º65.52%39.8%-
HSV(B)333.38º79.17%65.88%-
XYZ18.7710.3411.6-
YUV81.49135.06189.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=56.57%
G=11.78%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168359400.790.440.34333.3865.5239.8
HexA8235E04F2C2214d4228
Octal250431360117544251510250
Binary101010001000111011110010011111011001000101010011011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8235E; }

 p { color: rgb(168,35,94); }

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

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

 a { background-color: rgb(168,35,94); }

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

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

 span { border-color: rgb(168,35,94); }

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