#AC3A6C

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

Shades of Rouge #AC3A6C

Tints of Rouge #AC3A6C

Color information

#AC3A6C (or 0xAC3A6C) is unknown color: approx Rouge. HEX triplet: AC, 3A and 6C. RGB value is (172,58,108). Sum of RGB (Red+Green+Blue) = 172+58+108=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A6C is #53C593. Grayscale: #616161. Windows color (decimal): -5490068 or 7092908. OLE color: 7092908.

HSL color Cylindrical-coordinate representation of color #AC3A6C: hue angle of 333.68º 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 #AC3A6C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17258108-
CMYK00.660.370.33
HSL333.68º49.57%45.1%-
HSV(B)333.68º66.28%67.45%-
XYZ21.2312.8815.55-
YUV97.79133.77180.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=50.89%
G=17.16%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725810800.660.370.33333.6849.5745.1
HexAC3A6C042252114e322d
Octal25472154010245415166255
Binary10101100111010110110001000010100101100001101001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A6C; }

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

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

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

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

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

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

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

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