#AC3360

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

Shades of Rouge #AC3360

Tints of Rouge #AC3360

Color information

#AC3360 (or 0xAC3360) is unknown color: approx Rouge. HEX triplet: AC, 33 and 60. RGB value is (172,51,96). Sum of RGB (Red+Green+Blue) = 172+51+96=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3360 is #53CC9F. Grayscale: #5C5C5C. Windows color (decimal): -5491872 or 6304684. OLE color: 6304684.

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

Color convert

RGB1725196-
CMYK00.700.440.33
HSL337.69º54.26%43.73%-
HSV(B)337.69º70.35%67.45%-
XYZ20.3111.9812.31-
YUV92.31130.09184.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=53.92%
G=15.99%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172519600.700.440.33337.6954.2643.73
HexAC33600462C21152362c
Octal25463140010654415226654
Binary10101100110011110000001000110101100100001101010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3360; }

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

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

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

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

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

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

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

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