#AC396E

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

Shades of Rouge #AC396E

Tints of Rouge #AC396E

Color information

#AC396E (or 0xAC396E) is unknown color: approx Rouge. HEX triplet: AC, 39 and 6E. RGB value is (172,57,110). Sum of RGB (Red+Green+Blue) = 172+57+110=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396E is #53C691. Grayscale: #616161. Windows color (decimal): -5490322 or 7223724. OLE color: 7223724.

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

Color convert

RGB17257110-
CMYK00.670.360.33
HSL332.35º50.22%44.9%-
HSV(B)332.35º66.86%67.45%-
XYZ21.2912.8216.1-
YUV97.43135.1181.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=50.74%
G=16.81%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725711000.670.360.33332.3550.2244.9
HexAC396E043242114c322d
Octal25471156010344415146255
Binary10101100111001110111001000011100100100001101001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC396E; }

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

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

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

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

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

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

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

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