#AC3C6B

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

Shades of Rouge #AC3C6B

Tints of Rouge #AC3C6B

Color information

#AC3C6B (or 0xAC3C6B) is unknown color: approx Rouge. HEX triplet: AC, 3C and 6B. RGB value is (172,60,107). Sum of RGB (Red+Green+Blue) = 172+60+107=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C6B is #53C394. Grayscale: #626262. Windows color (decimal): -5489557 or 7027884. OLE color: 7027884.

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

Color convert

RGB17260107-
CMYK00.650.380.33
HSL334.82º48.28%45.49%-
HSV(B)334.82º65.12%67.45%-
XYZ21.2813.0615.31-
YUV98.85132.61180.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=50.74%
G=17.70%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726010700.650.380.33334.8248.2845.49
HexAC3C6B041262114f302d
Octal25474153010146415176055
Binary10101100111100110101101000001100110100001101001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C6B; }

 p { color: rgb(172,60,107); }

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

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

 a { background-color: rgb(172,60,107); }

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

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

 span { border-color: rgb(172,60,107); }

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