#AC3973

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

Shades of Rouge #AC3973

Tints of Rouge #AC3973

Color information

#AC3973 (or 0xAC3973) is unknown color: approx Rouge. HEX triplet: AC, 39 and 73. RGB value is (172,57,115). Sum of RGB (Red+Green+Blue) = 172+57+115=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3973 is #53C68C. Grayscale: #616161. Windows color (decimal): -5490317 or 7551404. OLE color: 7551404.

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

Color convert

RGB17257115-
CMYK00.670.330.33
HSL329.74º50.22%44.9%-
HSV(B)329.74º66.86%67.45%-
XYZ21.5712.9317.58-
YUV98137.6180.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=50%
G=16.57%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725711500.670.330.33329.7450.2244.9
HexAC3973043212114a322d
Octal25471163010341415126255
Binary10101100111001111001101000011100001100001101001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3973; }

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

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

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

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

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

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

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

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