#AC356D

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

Shades of Rouge #AC356D

Tints of Rouge #AC356D

Color information

#AC356D (or 0xAC356D) is unknown color: approx Rouge. HEX triplet: AC, 35 and 6D. RGB value is (172,53,109). Sum of RGB (Red+Green+Blue) = 172+53+109=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC356D is #53CA92. Grayscale: #5E5E5E. Windows color (decimal): -5491347 or 7157164. OLE color: 7157164.

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

Color convert

RGB17253109-
CMYK00.690.370.33
HSL331.76º52.89%44.12%-
HSV(B)331.76º69.19%67.45%-
XYZ21.0512.4215.76-
YUV94.96135.92182.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=51.50%
G=15.87%
B=32.63%

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
Decimal1725310900.690.370.33331.7652.8944.12
HexAC356D045252114c352c
Octal25465155010545415146554
Binary10101100110101110110101000101100101100001101001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC356D; }

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

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

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

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

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

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

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

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