#AC3A60

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

Shades of Rouge #AC3A60

Tints of Rouge #AC3A60

Color information

#AC3A60 (or 0xAC3A60) is unknown color: approx Rouge. HEX triplet: AC, 3A and 60. RGB value is (172,58,96). Sum of RGB (Red+Green+Blue) = 172+58+96=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A60 is #53C59F. Grayscale: #606060. Windows color (decimal): -5490080 or 6306476. OLE color: 6306476.

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

Color convert

RGB1725896-
CMYK00.660.440.33
HSL340º49.57%45.1%-
HSV(B)340º66.28%67.45%-
XYZ20.6412.6412.42-
YUV96.42127.77181.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.76%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=52.76%
G=17.79%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172589600.660.440.3334049.5745.1
HexAC3A600422C21154322d
Octal25472140010254415246255
Binary10101100111010110000001000010101100100001101010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A60; }

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

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

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

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

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

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

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

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