#AC316E

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

Shades of Rouge #AC316E

Tints of Rouge #AC316E

Color information

#AC316E (or 0xAC316E) is unknown color: approx Rouge. HEX triplet: AC, 31 and 6E. RGB value is (172,49,110). Sum of RGB (Red+Green+Blue) = 172+49+110=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC316E is #53CE91. Grayscale: #5C5C5C. Windows color (decimal): -5492370 or 7221676. OLE color: 7221676.

HSL color Cylindrical-coordinate representation of color #AC316E: hue angle of 330.24º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC316E is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17249110-
CMYK00.720.360.33
HSL330.24º55.66%43.33%-
HSV(B)330.24º71.51%67.45%-
XYZ20.9312.0915.98-
YUV92.73137.75184.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=51.96%
G=14.80%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724911000.720.360.33330.2455.6643.33
HexAC316E048242114a382b
Octal25461156011044415127053
Binary10101100110001110111001001000100100100001101001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC316E; }

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

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

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

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

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

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

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

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