#AC416E

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

Shades of Rouge #AC416E

Tints of Rouge #AC416E

Color information

#AC416E (or 0xAC416E) is unknown color: approx Rouge. HEX triplet: AC, 41 and 6E. RGB value is (172,65,110). Sum of RGB (Red+Green+Blue) = 172+65+110=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC416E is #53BE91. Grayscale: #666666. Windows color (decimal): -5488274 or 7225772. OLE color: 7225772.

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

Color convert

RGB17265110-
CMYK00.620.360.33
HSL334.77º45.15%46.47%-
HSV(B)334.77º62.21%67.45%-
XYZ21.7213.6816.25-
YUV102.12132.45177.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=49.57%
G=18.73%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726511000.620.360.33334.7745.1546.47
HexAC416E03E242114f2d2e
Octal25410115607644415175556
Binary10101100100000111011100111110100100100001101001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC416E; }

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

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

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

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

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

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

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

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