#AC4164

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

Shades of Rouge #AC4164

Tints of Rouge #AC4164

Color information

#AC4164 (or 0xAC4164) is unknown color: approx Rouge. HEX triplet: AC, 41 and 64. RGB value is (172,65,100). Sum of RGB (Red+Green+Blue) = 172+65+100=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4164 is #53BE9B. Grayscale: #646464. Windows color (decimal): -5488284 or 6570412. OLE color: 6570412.

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

Color convert

RGB17265100-
CMYK00.620.420.33
HSL340.37º45.15%46.47%-
HSV(B)340.37º62.21%67.45%-
XYZ21.213.4713.54-
YUV100.98127.45178.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=51.04%
G=19.29%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726510000.620.420.33340.3745.1546.47
HexAC416403E2A211542d2e
Octal25410114407652415245556
Binary10101100100000111001000111110101010100001101010100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4164; }

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

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

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

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

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

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

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

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