#AC336E

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

Shades of Rouge #AC336E

Tints of Rouge #AC336E

Color information

#AC336E (or 0xAC336E) is unknown color: approx Rouge. HEX triplet: AC, 33 and 6E. RGB value is (172,51,110). Sum of RGB (Red+Green+Blue) = 172+51+110=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC336E is #53CC91. Grayscale: #5D5D5D. Windows color (decimal): -5491858 or 7222188. OLE color: 7222188.

HSL color Cylindrical-coordinate representation of color #AC336E: hue angle of 330.74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC336E is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17251110-
CMYK00.700.360.33
HSL330.74º54.26%43.73%-
HSV(B)330.74º70.35%67.45%-
XYZ21.0112.2616.01-
YUV93.9137.09183.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=51.65%
G=15.32%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725111000.700.360.33330.7454.2643.73
HexAC336E046242114b362c
Octal25463156010644415136654
Binary10101100110011110111001000110100100100001101001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC336E; }

 p { color: rgb(172,51,110); }

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

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

 a { background-color: rgb(172,51,110); }

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

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

 span { border-color: rgb(172,51,110); }

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