#AC3E70

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

Shades of Rouge #AC3E70

Tints of Rouge #AC3E70

Color information

#AC3E70 (or 0xAC3E70) is unknown color: approx Rouge. HEX triplet: AC, 3E and 70. RGB value is (172,62,112). Sum of RGB (Red+Green+Blue) = 172+62+112=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E70 is #53C18F. Grayscale: #646464. Windows color (decimal): -5489040 or 7356076. OLE color: 7356076.

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

Color convert

RGB17262112-
CMYK00.640.350.33
HSL332.73º47.01%45.88%-
HSV(B)332.73º63.95%67.45%-
XYZ21.6613.3916.77-
YUV100.59134.44178.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=49.71%
G=17.92%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726211200.640.350.33332.7347.0145.88
HexAC3E70040232114d2f2e
Octal25476160010043415155756
Binary10101100111110111000001000000100011100001101001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E70; }

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

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

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

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

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

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

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

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