#AC225A

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

Shades of Lipstick #AC225A

Tints of Lipstick #AC225A

Color information

#AC225A (or 0xAC225A) is unknown color: approx Lipstick. HEX triplet: AC, 22 and 5A. RGB value is (172,34,90). Sum of RGB (Red+Green+Blue) = 172+34+90=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC225A is #53DDA5. Grayscale: #515151. Windows color (decimal): -5496230 or 5907116. OLE color: 5907116.

HSL color Cylindrical-coordinate representation of color #AC225A: hue angle of 335.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC225A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1723490-
CMYK00.800.480.33
HSL335.65º66.99%40.39%-
HSV(B)335.65º80.23%67.45%-
XYZ19.4310.6510.7-
YUV81.65132.72192.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=58.11%
G=11.49%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172349000.800.480.33335.6566.9940.39
HexAC225A05030211504328
Octal254421320120604152010350
Binary101011001000101011010010100001100001000011010100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC225A; }

 p { color: rgb(172,34,90); }

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

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

 a { background-color: rgb(172,34,90); }

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

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

 span { border-color: rgb(172,34,90); }

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