#AC2668

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

Shades of Rouge #AC2668

Tints of Rouge #AC2668

Color information

#AC2668 (or 0xAC2668) is unknown color: approx Rouge. HEX triplet: AC, 26 and 68. RGB value is (172,38,104). Sum of RGB (Red+Green+Blue) = 172+38+104=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2668 is #53D997. Grayscale: #555555. Windows color (decimal): -5495192 or 6825644. OLE color: 6825644.

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

Color convert

RGB17238104-
CMYK00.780.400.33
HSL330.45º63.81%41.18%-
HSV(B)330.45º77.91%67.45%-
XYZ20.2111.1614.19-
YUV85.59138.39189.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.78%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=54.78%
G=12.10%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723810400.780.400.33330.4563.8141.18
HexAC266804E282114a4029
Octal254461500116504151210051
Binary101011001001101101000010011101010001000011010010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2668; }

 p { color: rgb(172,38,104); }

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

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

 a { background-color: rgb(172,38,104); }

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

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

 span { border-color: rgb(172,38,104); }

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