#AC3F6E

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

Shades of Rouge #AC3F6E

Tints of Rouge #AC3F6E

Color information

#AC3F6E (or 0xAC3F6E) is unknown color: approx Rouge. HEX triplet: AC, 3F and 6E. RGB value is (172,63,110). Sum of RGB (Red+Green+Blue) = 172+63+110=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F6E is #53C091. Grayscale: #646464. Windows color (decimal): -5488786 or 7225260. OLE color: 7225260.

HSL color Cylindrical-coordinate representation of color #AC3F6E: hue angle of 334.13º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F6E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17263110-
CMYK00.630.360.33
HSL334.13º46.38%46.08%-
HSV(B)334.13º63.37%67.45%-
XYZ21.6113.4516.21-
YUV100.95133.11178.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=49.86%
G=18.26%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726311000.630.360.33334.1346.3846.08
HexAC3F6E03F242114e2e2e
Octal2547715607744415165656
Binary1010110011111111011100111111100100100001101001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F6E; }

 p { color: rgb(172,63,110); }

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

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

 a { background-color: rgb(172,63,110); }

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

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

 span { border-color: rgb(172,63,110); }

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