#AC2A64

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

Shades of Rouge #AC2A64

Tints of Rouge #AC2A64

Color information

#AC2A64 (or 0xAC2A64) is unknown color: approx Rouge. HEX triplet: AC, 2A and 64. RGB value is (172,42,100). Sum of RGB (Red+Green+Blue) = 172+42+100=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A64 is #53D59B. Grayscale: #575757. Windows color (decimal): -5494172 or 6564524. OLE color: 6564524.

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

Color convert

RGB17242100-
CMYK00.760.420.33
HSL333.23º60.75%41.96%-
HSV(B)333.23º75.58%67.45%-
XYZ20.1411.3513.19-
YUV87.48135.07188.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.78%
GREEN value IS 42 (16.80% from 255) = 13.38%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=54.78%
G=13.38%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724210000.760.420.33333.2360.7541.96
HexAC2A6404C2A2114d3d2a
Octal25452144011452415157552
Binary10101100101010110010001001100101010100001101001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2A64; }

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

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

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

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

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

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

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

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