#AC3972

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

Shades of Rouge #AC3972

Tints of Rouge #AC3972

Color information

#AC3972 (or 0xAC3972) is unknown color: approx Rouge. HEX triplet: AC, 39 and 72. RGB value is (172,57,114). Sum of RGB (Red+Green+Blue) = 172+57+114=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3972 is #53C68D. Grayscale: #616161. Windows color (decimal): -5490318 or 7485868. OLE color: 7485868.

HSL color Cylindrical-coordinate representation of color #AC3972: hue angle of 330.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3972 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17257114-
CMYK00.670.340.33
HSL330.26º50.22%44.9%-
HSV(B)330.26º66.86%67.45%-
XYZ21.5112.9117.28-
YUV97.88137.1180.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=50.15%
G=16.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725711400.670.340.33330.2650.2244.9
HexAC3972043222114a322d
Octal25471162010342415126255
Binary10101100111001111001001000011100010100001101001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3972; }

 p { color: rgb(172,57,114); }

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

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

 a { background-color: rgb(172,57,114); }

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

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

 span { border-color: rgb(172,57,114); }

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