#AC2C62

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

Shades of Rouge #AC2C62

Tints of Rouge #AC2C62

Color information

#AC2C62 (or 0xAC2C62) is unknown color: approx Rouge. HEX triplet: AC, 2C and 62. RGB value is (172,44,98). Sum of RGB (Red+Green+Blue) = 172+44+98=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2C62 is #53D39D. Grayscale: #585858. Windows color (decimal): -5493662 or 6433964. OLE color: 6433964.

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

Color convert

RGB1724498-
CMYK00.740.430.33
HSL334.69º59.26%42.35%-
HSV(B)334.69º74.42%67.45%-
XYZ20.1211.4512.71-
YUV88.43133.41187.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.78%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=54.78%
G=14.01%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172449800.740.430.33334.6959.2642.35
HexAC2C6204A2B2114f3b2a
Octal25454142011253415177352
Binary10101100101100110001001001010101011100001101001111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2C62; }

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

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

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

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

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

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

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

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