#AC416C

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

Shades of Rouge #AC416C

Tints of Rouge #AC416C

Color information

#AC416C (or 0xAC416C) is unknown color: approx Rouge. HEX triplet: AC, 41 and 6C. RGB value is (172,65,108). Sum of RGB (Red+Green+Blue) = 172+65+108=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC416C is #53BE93. Grayscale: #656565. Windows color (decimal): -5488276 or 7094700. OLE color: 7094700.

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

Color convert

RGB17265108-
CMYK00.620.370.33
HSL335.89º45.15%46.47%-
HSV(B)335.89º62.21%67.45%-
XYZ21.6113.6315.68-
YUV101.9131.45178-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=49.86%
G=18.84%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726510800.620.370.33335.8945.1546.47
HexAC416C03E25211502d2e
Octal25410115407645415205556
Binary10101100100000111011000111110100101100001101010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC416C; }

 p { color: rgb(172,65,108); }

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

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

 a { background-color: rgb(172,65,108); }

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

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

 span { border-color: rgb(172,65,108); }

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