#AC2860

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

Shades of Rouge #AC2860

Tints of Rouge #AC2860

Color information

#AC2860 (or 0xAC2860) is unknown color: approx Rouge. HEX triplet: AC, 28 and 60. RGB value is (172,40,96). Sum of RGB (Red+Green+Blue) = 172+40+96=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2860 is #53D79F. Grayscale: #555555. Windows color (decimal): -5494688 or 6301868. OLE color: 6301868.

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

Color convert

RGB1724096-
CMYK00.770.440.33
HSL334.55º62.26%41.57%-
HSV(B)334.55º76.74%67.45%-
XYZ19.8811.1312.17-
YUV85.85133.73189.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=55.84%
G=12.99%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172409600.770.440.33334.5562.2641.57
HexAC286004D2C2114f3e2a
Octal25450140011554415177652
Binary10101100101000110000001001101101100100001101001111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2860; }

 p { color: rgb(172,40,96); }

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

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

 a { background-color: rgb(172,40,96); }

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

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

 span { border-color: rgb(172,40,96); }

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