#AC2449

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

Shades of Old Rose #AC2449

Tints of Old Rose #AC2449

Color information

#AC2449 (or 0xAC2449) is unknown color: approx Old Rose. HEX triplet: AC, 24 and 49. RGB value is (172,36,73). Sum of RGB (Red+Green+Blue) = 172+36+73=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2449 is #53DBB6. Grayscale: #505050. Windows color (decimal): -5495735 or 4793516. OLE color: 4793516.

HSL color Cylindrical-coordinate representation of color #AC2449: hue angle of 343.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2449 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1723673-
CMYK00.790.580.33
HSL343.68º65.38%40.78%-
HSV(B)343.68º79.07%67.45%-
XYZ18.8510.517.34-
YUV80.88123.56192.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.21%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=61.21%
G=12.81%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172367300.790.580.33343.6865.3840.78
HexAC244904F3A211584129
Octal254441110117724153010151
Binary101011001001001001001010011111110101000011010110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2449; }

 p { color: rgb(172,36,73); }

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

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

 a { background-color: rgb(172,36,73); }

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

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

 span { border-color: rgb(172,36,73); }

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