#AC4163

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

Shades of Rouge #AC4163

Tints of Rouge #AC4163

Color information

#AC4163 (or 0xAC4163) is unknown color: approx Rouge. HEX triplet: AC, 41 and 63. RGB value is (172,65,99). Sum of RGB (Red+Green+Blue) = 172+65+99=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4163 is #53BE9C. Grayscale: #646464. Windows color (decimal): -5488285 or 6504876. OLE color: 6504876.

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

Color convert

RGB1726599-
CMYK00.620.420.33
HSL340.93º45.15%46.47%-
HSV(B)340.93º62.21%67.45%-
XYZ21.1613.4513.29-
YUV100.87126.95178.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=51.19%
G=19.35%
B=29.46%

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
Decimal172659900.620.420.33340.9345.1546.47
HexAC416303E2A211552d2e
Octal25410114307652415255556
Binary10101100100000111000110111110101010100001101010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4163; }

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

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

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

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

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

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

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

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