#AC1F4C

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

Shades of Old Rose #AC1F4C

Tints of Old Rose #AC1F4C

Color information

#AC1F4C (or 0xAC1F4C) is unknown color: approx Old Rose. HEX triplet: AC, 1F and 4C. RGB value is (172,31,76). Sum of RGB (Red+Green+Blue) = 172+31+76=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F4C is #53E0B3. Grayscale: #4E4E4E. Windows color (decimal): -5497012 or 4988844. OLE color: 4988844.

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

Color convert

RGB1723176-
CMYK00.820.560.33
HSL340.85º69.46%39.8%-
HSV(B)340.85º81.98%67.45%-
XYZ18.8110.277.83-
YUV78.29126.71194.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=61.65%
G=11.11%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172317600.820.560.33340.8569.4639.8
HexAC1F4C05238211554528
Octal254371140122704152510550
Binary10101100111111001100010100101110001000011010101011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F4C; }

 p { color: rgb(172,31,76); }

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

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

 a { background-color: rgb(172,31,76); }

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

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

 span { border-color: rgb(172,31,76); }

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