#AC3670

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

Shades of Rouge #AC3670

Tints of Rouge #AC3670

Color information

#AC3670 (or 0xAC3670) is unknown color: approx Rouge. HEX triplet: AC, 36 and 70. RGB value is (172,54,112). Sum of RGB (Red+Green+Blue) = 172+54+112=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3670 is #53C98F. Grayscale: #5F5F5F. Windows color (decimal): -5491088 or 7354028. OLE color: 7354028.

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

Color convert

RGB17254112-
CMYK00.690.350.33
HSL330.51º52.21%44.31%-
HSV(B)330.51º68.6%67.45%-
XYZ21.2612.5816.64-
YUV95.89137.09182.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=50.89%
G=15.98%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725411200.690.350.33330.5152.2144.31
HexAC3670045232114b342c
Octal25466160010543415136454
Binary10101100110110111000001000101100011100001101001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3670; }

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

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

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

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

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

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

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

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