#AC365C

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

Shades of Rouge #AC365C

Tints of Rouge #AC365C

Color information

#AC365C (or 0xAC365C) is unknown color: approx Rouge. HEX triplet: AC, 36 and 5C. RGB value is (172,54,92). Sum of RGB (Red+Green+Blue) = 172+54+92=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC365C is #53C9A3. Grayscale: #5D5D5D. Windows color (decimal): -5491108 or 6043308. OLE color: 6043308.

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

Color convert

RGB1725492-
CMYK00.690.470.33
HSL340.68º52.21%44.31%-
HSV(B)340.68º68.6%67.45%-
XYZ20.2612.1811.41-
YUV93.61127.09183.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.09%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=54.09%
G=16.98%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172549200.690.470.33340.6852.2144.31
HexAC365C0452F21155342c
Octal25466134010557415256454
Binary10101100110110101110001000101101111100001101010101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC365C; }

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

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

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

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

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

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

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

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