#ac3d6e

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

Shades of Rouge #AC3D6E

Tints of Rouge #AC3D6E

Color information

#AC3D6E (or 0xAC3D6E) is unknown color: approx Rouge. HEX triplet: AC, 3D and 6E. RGB value is (172,61,110). Sum of RGB (Red+Green+Blue) = 172+61+110=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D6E is #53C291. Grayscale: #636363. Windows color (decimal): -5489298 or 7224748. OLE color: 7224748.

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

Color convert

RGB17261110-
CMYK00.650.360.33
HSL333.51º47.64%45.69%-
HSV(B)333.51º64.53%67.45%-
XYZ21.513.2316.17-
YUV99.78133.77179.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=50.15%
G=17.78%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726111000.650.360.33333.5147.6445.69
HexAC3D6E041242114e302e
Octal25475156010144415166056
Binary10101100111101110111001000001100100100001101001110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3d6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3d6e; }

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

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

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

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

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

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

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

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