#ac2849

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

Shades of Old Rose #AC2849

Tints of Old Rose #AC2849

Color information

#AC2849 (or 0xAC2849) is unknown color: approx Old Rose. HEX triplet: AC, 28 and 49. RGB value is (172,40,73). Sum of RGB (Red+Green+Blue) = 172+40+73=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2849 is #53D7B6. Grayscale: #535353. Windows color (decimal): -5494711 or 4794540. OLE color: 4794540.

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

Color convert

RGB1724073-
CMYK00.770.580.33
HSL345º62.26%41.57%-
HSV(B)345º76.74%67.45%-
XYZ18.9710.777.38-
YUV83.23122.23191.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=60.35%
G=14.04%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172407300.770.580.3334562.2641.57
HexAC284904D3A211593e2a
Octal25450111011572415317652
Binary10101100101000100100101001101111010100001101011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2849; }

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

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

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

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

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

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

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

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