#AC366F

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

Shades of Rouge #AC366F

Tints of Rouge #AC366F

Color information

#AC366F (or 0xAC366F) is unknown color: approx Rouge. HEX triplet: AC, 36 and 6F. RGB value is (172,54,111). Sum of RGB (Red+Green+Blue) = 172+54+111=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC366F is #53C990. Grayscale: #5F5F5F. Windows color (decimal): -5491089 or 7288492. OLE color: 7288492.

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

Color convert

RGB17254111-
CMYK00.690.350.33
HSL331.02º52.21%44.31%-
HSV(B)331.02º68.6%67.45%-
XYZ21.212.5616.35-
YUV95.78136.59182.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=51.04%
G=16.02%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725411100.690.350.33331.0252.2144.31
HexAC366F045232114b342c
Octal25466157010543415136454
Binary10101100110110110111101000101100011100001101001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC366F; }

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

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

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

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

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

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

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

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