#AC4166

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

Shades of Rouge #AC4166

Tints of Rouge #AC4166

Color information

#AC4166 (or 0xAC4166) is unknown color: approx Rouge. HEX triplet: AC, 41 and 66. RGB value is (172,65,102). Sum of RGB (Red+Green+Blue) = 172+65+102=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4166 is #53BE99. Grayscale: #656565. Windows color (decimal): -5488282 or 6701484. OLE color: 6701484.

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

Color convert

RGB17265102-
CMYK00.620.410.33
HSL339.25º45.15%46.47%-
HSV(B)339.25º62.21%67.45%-
XYZ21.313.5114.06-
YUV101.21128.45178.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=50.74%
G=19.17%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726510200.620.410.33339.2545.1546.47
HexAC416603E29211532d2e
Octal25410114607651415235556
Binary10101100100000111001100111110101001100001101010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4166; }

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

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

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

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

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

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

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

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