#AC3E66

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

Shades of Rouge #AC3E66

Tints of Rouge #AC3E66

Color information

#AC3E66 (or 0xAC3E66) is unknown color: approx Rouge. HEX triplet: AC, 3E and 66. RGB value is (172,62,102). Sum of RGB (Red+Green+Blue) = 172+62+102=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E66 is #53C199. Grayscale: #636363. Windows color (decimal): -5489050 or 6700716. OLE color: 6700716.

HSL color Cylindrical-coordinate representation of color #AC3E66: hue angle of 338.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E66 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17262102-
CMYK00.640.410.33
HSL338.18º47.01%45.88%-
HSV(B)338.18º63.95%67.45%-
XYZ21.1313.1814-
YUV99.45129.44179.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=51.19%
G=18.45%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726210200.640.410.33338.1847.0145.88
HexAC3E6604029211522f2e
Octal25476146010051415225756
Binary10101100111110110011001000000101001100001101010010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E66; }

 p { color: rgb(172,62,102); }

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

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

 a { background-color: rgb(172,62,102); }

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

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

 span { border-color: rgb(172,62,102); }

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