#AC3F6C

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

Shades of Rouge #AC3F6C

Tints of Rouge #AC3F6C

Color information

#AC3F6C (or 0xAC3F6C) is unknown color: approx Rouge. HEX triplet: AC, 3F and 6C. RGB value is (172,63,108). Sum of RGB (Red+Green+Blue) = 172+63+108=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F6C is #53C093. Grayscale: #646464. Windows color (decimal): -5488788 or 7094188. OLE color: 7094188.

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

Color convert

RGB17263108-
CMYK00.630.370.33
HSL335.23º46.38%46.08%-
HSV(B)335.23º63.37%67.45%-
XYZ21.513.4115.64-
YUV100.72132.11178.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=50.15%
G=18.37%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726310800.630.370.33335.2346.3846.08
HexAC3F6C03F252114f2e2e
Octal2547715407745415175656
Binary1010110011111111011000111111100101100001101001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F6C; }

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

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

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

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

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

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

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

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