#AC396D

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

Shades of Rouge #AC396D

Tints of Rouge #AC396D

Color information

#AC396D (or 0xAC396D) is unknown color: approx Rouge. HEX triplet: AC, 39 and 6D. RGB value is (172,57,109). Sum of RGB (Red+Green+Blue) = 172+57+109=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396D is #53C692. Grayscale: #616161. Windows color (decimal): -5490323 or 7158188. OLE color: 7158188.

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

Color convert

RGB17257109-
CMYK00.670.370.33
HSL332.87º50.22%44.9%-
HSV(B)332.87º66.86%67.45%-
XYZ21.2412.815.82-
YUV97.31134.6181.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=50.89%
G=16.86%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725710900.670.370.33332.8750.2244.9
HexAC396D043252114d322d
Octal25471155010345415156255
Binary10101100111001110110101000011100101100001101001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC396D; }

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

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

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

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

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

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

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

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