#AC365D

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

Shades of Rouge #AC365D

Tints of Rouge #AC365D

Color information

#AC365D (or 0xAC365D) is unknown color: approx Rouge. HEX triplet: AC, 36 and 5D. RGB value is (172,54,93). Sum of RGB (Red+Green+Blue) = 172+54+93=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC365D is #53C9A2. Grayscale: #5D5D5D. Windows color (decimal): -5491107 or 6108844. OLE color: 6108844.

HSL color Cylindrical-coordinate representation of color #AC365D: hue angle of 340.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC365D is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1725493-
CMYK00.690.460.33
HSL340.17º52.21%44.31%-
HSV(B)340.17º68.6%67.45%-
XYZ20.3112.211.64-
YUV93.73127.59183.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=53.92%
G=16.93%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172549300.690.460.33340.1752.2144.31
HexAC365D0452E21154342c
Octal25466135010556415246454
Binary10101100110110101110101000101101110100001101010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC365D; }

 p { color: rgb(172,54,93); }

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

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

 a { background-color: rgb(172,54,93); }

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

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

 span { border-color: rgb(172,54,93); }

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