#ac4366

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

Shades of Rouge #AC4366

Tints of Rouge #AC4366

Color information

#AC4366 (or 0xAC4366) is unknown color: approx Rouge. HEX triplet: AC, 43 and 66. RGB value is (172,67,102). Sum of RGB (Red+Green+Blue) = 172+67+102=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4366 is #53BC99. Grayscale: #666666. Windows color (decimal): -5487770 or 6701996. OLE color: 6701996.

HSL color Cylindrical-coordinate representation of color #AC4366: hue angle of 340º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4366 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17267102-
CMYK00.610.410.33
HSL340º43.93%46.86%-
HSV(B)340º61.05%67.45%-
XYZ21.4213.7414.09-
YUV102.38127.79177.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=50.44%
G=19.65%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726710200.610.410.3334043.9346.86
HexAC436603D29211542c2f
Octal25410314607551415245457
Binary10101100100001111001100111101101001100001101010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4366; }

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

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

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

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

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

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

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

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