#AC356C

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

Shades of Rouge #AC356C

Tints of Rouge #AC356C

Color information

#AC356C (or 0xAC356C) is unknown color: approx Rouge. HEX triplet: AC, 35 and 6C. RGB value is (172,53,108). Sum of RGB (Red+Green+Blue) = 172+53+108=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356C is #53CA93. Grayscale: #5E5E5E. Windows color (decimal): -5491348 or 7091628. OLE color: 7091628.

HSL color Cylindrical-coordinate representation of color #AC356C: hue angle of 332.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC356C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17253108-
CMYK00.690.370.33
HSL332.27º52.89%44.12%-
HSV(B)332.27º69.19%67.45%-
XYZ20.9912.415.47-
YUV94.85135.42183.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=51.65%
G=15.92%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725310800.690.370.33332.2752.8944.12
HexAC356C045252114c352c
Octal25465154010545415146554
Binary10101100110101110110001000101100101100001101001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC356C; }

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

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

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

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

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

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

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

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