#AC2F42

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

Shades of Old Rose #AC2F42

Tints of Old Rose #AC2F42

Color information

#AC2F42 (or 0xAC2F42) is unknown color: approx Old Rose. HEX triplet: AC, 2F and 42. RGB value is (172,47,66). Sum of RGB (Red+Green+Blue) = 172+47+66=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F42 is #53D0BD. Grayscale: #565656. Windows color (decimal): -5492926 or 4337580. OLE color: 4337580.

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

Color convert

RGB1724766-
CMYK00.730.620.33
HSL350.88º57.08%42.94%-
HSV(B)350.88º72.67%67.45%-
XYZ19.0111.26.31-
YUV86.54116.41188.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 47 (18.75% from 255) = 16.49%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=60.35%
G=16.49%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172476600.730.620.33350.8857.0842.94
HexAC2F420493E2115f392b
Octal25457102011176415377153
Binary10101100101111100001001001001111110100001101011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2F42; }

 p { color: rgb(172,47,66); }

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

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

 a { background-color: rgb(172,47,66); }

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

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

 span { border-color: rgb(172,47,66); }

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