#AC2444

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

Shades of Old Rose #AC2444

Tints of Old Rose #AC2444

Color information

#AC2444 (or 0xAC2444) is unknown color: approx Old Rose. HEX triplet: AC, 24 and 44. RGB value is (172,36,68). Sum of RGB (Red+Green+Blue) = 172+36+68=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2444 is #53DBBB. Grayscale: #505050. Windows color (decimal): -5495740 or 4465836. OLE color: 4465836.

HSL color Cylindrical-coordinate representation of color #AC2444: hue angle of 345.88º 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 #AC2444 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1723668-
CMYK00.790.600.33
HSL345.88º65.38%40.78%-
HSV(B)345.88º79.07%67.45%-
XYZ18.6910.456.5-
YUV80.31121.06193.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=62.32%
G=13.04%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172366800.790.600.33345.8865.3840.78
HexAC244404F3C2115a4129
Octal254441040117744153210151
Binary101011001001001000100010011111111001000011010110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2444; }

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

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

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

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

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

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

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

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