#AC2962

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

Shades of Rouge #AC2962

Tints of Rouge #AC2962

Color information

#AC2962 (or 0xAC2962) is unknown color: approx Rouge. HEX triplet: AC, 29 and 62. RGB value is (172,41,98). Sum of RGB (Red+Green+Blue) = 172+41+98=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2962 is #53D69D. Grayscale: #565656. Windows color (decimal): -5494430 or 6433196. OLE color: 6433196.

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

Color convert

RGB1724198-
CMYK00.760.430.33
HSL333.89º61.5%41.76%-
HSV(B)333.89º76.16%67.45%-
XYZ20.0111.2412.67-
YUV86.67134.4188.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=55.31%
G=13.18%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172419800.760.430.33333.8961.541.76
HexAC296204C2B2114e3e2a
Octal25451142011453415167652
Binary10101100101001110001001001100101011100001101001110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2962; }

 p { color: rgb(172,41,98); }

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

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

 a { background-color: rgb(172,41,98); }

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

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

 span { border-color: rgb(172,41,98); }

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