#AC3D66

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

Shades of Rouge #AC3D66

Tints of Rouge #AC3D66

Color information

#AC3D66 (or 0xAC3D66) is unknown color: approx Rouge. HEX triplet: AC, 3D and 66. RGB value is (172,61,102). Sum of RGB (Red+Green+Blue) = 172+61+102=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D66 is #53C299. Grayscale: #626262. Windows color (decimal): -5489306 or 6700460. OLE color: 6700460.

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

Color convert

RGB17261102-
CMYK00.650.410.33
HSL337.84º47.64%45.69%-
HSV(B)337.84º64.53%67.45%-
XYZ21.0813.0713.98-
YUV98.86129.77180.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=51.34%
G=18.21%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726110200.650.410.33337.8447.6445.69
HexAC3D660412921152302e
Octal25475146010151415226056
Binary10101100111101110011001000001101001100001101010010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D66; }

 p { color: rgb(172,61,102); }

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

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

 a { background-color: rgb(172,61,102); }

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

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

 span { border-color: rgb(172,61,102); }

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