#AC3B6A

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

Shades of Rouge #AC3B6A

Tints of Rouge #AC3B6A

Color information

#AC3B6A (or 0xAC3B6A) is unknown color: approx Rouge. HEX triplet: AC, 3B and 6A. RGB value is (172,59,106). Sum of RGB (Red+Green+Blue) = 172+59+106=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B6A is #53C495. Grayscale: #626262. Windows color (decimal): -5489814 or 6962092. OLE color: 6962092.

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

Color convert

RGB17259106-
CMYK00.660.380.33
HSL335.04º48.92%45.29%-
HSV(B)335.04º65.7%67.45%-
XYZ21.1812.9415.02-
YUV98.14132.44180.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=51.04%
G=17.51%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725910600.660.380.33335.0448.9245.29
HexAC3B6A042262114f312d
Octal25473152010246415176155
Binary10101100111011110101001000010100110100001101001111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B6A; }

 p { color: rgb(172,59,106); }

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

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

 a { background-color: rgb(172,59,106); }

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

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

 span { border-color: rgb(172,59,106); }

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