#AC3D68

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

Shades of Rouge #AC3D68

Tints of Rouge #AC3D68

Color information

#AC3D68 (or 0xAC3D68) is unknown color: approx Rouge. HEX triplet: AC, 3D and 68. RGB value is (172,61,104). Sum of RGB (Red+Green+Blue) = 172+61+104=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D68 is #53C297. Grayscale: #636363. Windows color (decimal): -5489304 or 6831532. OLE color: 6831532.

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

Color convert

RGB17261104-
CMYK00.650.400.33
HSL336.76º47.64%45.69%-
HSV(B)336.76º64.53%67.45%-
XYZ21.1813.1114.51-
YUV99.09130.77180-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=51.04%
G=18.10%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726110400.650.400.33336.7647.6445.69
HexAC3D680412821151302e
Octal25475150010150415216056
Binary10101100111101110100001000001101000100001101010001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D68; }

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

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

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

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

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

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

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

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