#AC2E63

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

Shades of Rouge #AC2E63

Tints of Rouge #AC2E63

Color information

#AC2E63 (or 0xAC2E63) is unknown color: approx Rouge. HEX triplet: AC, 2E and 63. RGB value is (172,46,99). Sum of RGB (Red+Green+Blue) = 172+46+99=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E63 is #53D19C. Grayscale: #595959. Windows color (decimal): -5493149 or 6500012. OLE color: 6500012.

HSL color Cylindrical-coordinate representation of color #AC2E63: hue angle of 334.76º degrees, saturation: 0.58, 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 #AC2E63 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1724699-
CMYK00.730.420.33
HSL334.76º57.8%42.75%-
HSV(B)334.76º73.26%67.45%-
XYZ20.2411.6312.98-
YUV89.72133.24186.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=54.26%
G=14.51%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172469900.730.420.33334.7657.842.75
HexAC2E630492A2114f3a2b
Octal25456143011152415177253
Binary10101100101110110001101001001101010100001101001111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E63; }

 p { color: rgb(172,46,99); }

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

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

 a { background-color: rgb(172,46,99); }

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

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

 span { border-color: rgb(172,46,99); }

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