#AC294E

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

Shades of Old Rose #AC294E

Tints of Old Rose #AC294E

Color information

#AC294E (or 0xAC294E) is unknown color: approx Old Rose. HEX triplet: AC, 29 and 4E. RGB value is (172,41,78). Sum of RGB (Red+Green+Blue) = 172+41+78=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC294E is #53D6B1. Grayscale: #545454. Windows color (decimal): -5494450 or 5122476. OLE color: 5122476.

HSL color Cylindrical-coordinate representation of color #AC294E: hue angle of 343.05º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC294E is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB1724178-
CMYK00.760.550.33
HSL343.05º61.5%41.76%-
HSV(B)343.05º76.16%67.45%-
XYZ19.1810.918.3-
YUV84.39124.4190.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.11%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=59.11%
G=14.09%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172417800.760.550.33343.0561.541.76
HexAC294E04C37211573e2a
Octal25451116011467415277652
Binary10101100101001100111001001100110111100001101010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC294E; }

 p { color: rgb(172,41,78); }

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

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

 a { background-color: rgb(172,41,78); }

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

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

 span { border-color: rgb(172,41,78); }

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