#AC3570

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

Shades of Rouge #AC3570

Tints of Rouge #AC3570

Color information

#AC3570 (or 0xAC3570) is unknown color: approx Rouge. HEX triplet: AC, 35 and 70. RGB value is (172,53,112). Sum of RGB (Red+Green+Blue) = 172+53+112=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3570 is #53CA8F. Grayscale: #5F5F5F. Windows color (decimal): -5491344 or 7353772. OLE color: 7353772.

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

Color convert

RGB17253112-
CMYK00.690.350.33
HSL330.25º52.89%44.12%-
HSV(B)330.25º69.19%67.45%-
XYZ21.2112.4916.62-
YUV95.31137.42182.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=51.04%
G=15.73%
B=33.23%

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
Decimal1725311200.690.350.33330.2552.8944.12
HexAC3570045232114a352c
Octal25465160010543415126554
Binary10101100110101111000001000101100011100001101001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3570; }

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

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

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

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

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

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

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

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