#AC315C

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

Shades of Rouge #AC315C

Tints of Rouge #AC315C

Color information

#AC315C (or 0xAC315C) is unknown color: approx Rouge. HEX triplet: AC, 31 and 5C. RGB value is (172,49,92). Sum of RGB (Red+Green+Blue) = 172+49+92=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC315C is #53CEA3. Grayscale: #5A5A5A. Windows color (decimal): -5492388 or 6042028. OLE color: 6042028.

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

Color convert

RGB1724992-
CMYK00.720.470.33
HSL339.02º55.66%43.33%-
HSV(B)339.02º71.51%67.45%-
XYZ20.0411.7411.33-
YUV90.68128.75186-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.95%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=54.95%
G=15.65%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172499200.720.470.33339.0255.6643.33
HexAC315C0482F21153382b
Octal25461134011057415237053
Binary10101100110001101110001001000101111100001101010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC315C; }

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

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

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

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

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

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

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

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