#AC1A4B

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

Shades of Lipstick #AC1A4B

Tints of Lipstick #AC1A4B

Color information

#AC1A4B (or 0xAC1A4B) is unknown color: approx Lipstick. HEX triplet: AC, 1A and 4B. RGB value is (172,26,75). Sum of RGB (Red+Green+Blue) = 172+26+75=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A4B is #53E5B4. Grayscale: #4B4B4B. Windows color (decimal): -5498293 or 4922028. OLE color: 4922028.

HSL color Cylindrical-coordinate representation of color #AC1A4B: hue angle of 339.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A4B is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1722675-
CMYK00.850.560.33
HSL339.86º73.74%38.82%-
HSV(B)339.86º84.88%67.45%-
XYZ18.6510.027.61-
YUV75.24127.87197.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.00%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=63.00%
G=9.52%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172267500.850.560.33339.8673.7438.82
HexAC1A4B05538211544a27
Octal254321130125704152411247
Binary10101100110101001011010101011110001000011010101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A4B; }

 p { color: rgb(172,26,75); }

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

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

 a { background-color: rgb(172,26,75); }

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

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

 span { border-color: rgb(172,26,75); }

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