#AC326D

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

Shades of Rouge #AC326D

Tints of Rouge #AC326D

Color information

#AC326D (or 0xAC326D) is unknown color: approx Rouge. HEX triplet: AC, 32 and 6D. RGB value is (172,50,109). Sum of RGB (Red+Green+Blue) = 172+50+109=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC326D is #53CD92. Grayscale: #5D5D5D. Windows color (decimal): -5492115 or 7156396. OLE color: 7156396.

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

Color convert

RGB17250109-
CMYK00.710.370.33
HSL330.98º54.95%43.53%-
HSV(B)330.98º70.93%67.45%-
XYZ20.9112.1615.71-
YUV93.2136.92184.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=51.96%
G=15.11%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725010900.710.370.33330.9854.9543.53
HexAC326D047252114b372c
Octal25462155010745415136754
Binary10101100110010110110101000111100101100001101001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC326D; }

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

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

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

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

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

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

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

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