#AC3B5B

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

Shades of Rouge #AC3B5B

Tints of Rouge #AC3B5B

Color information

#AC3B5B (or 0xAC3B5B) is unknown color: approx Rouge. HEX triplet: AC, 3B and 5B. RGB value is (172,59,91). Sum of RGB (Red+Green+Blue) = 172+59+91=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B5B is #53C4A4. Grayscale: #606060. Windows color (decimal): -5489829 or 5979052. OLE color: 5979052.

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

Color convert

RGB1725991-
CMYK00.660.470.33
HSL343.01º48.92%45.29%-
HSV(B)343.01º65.7%67.45%-
XYZ20.4712.6511.26-
YUV96.43124.94181.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=53.42%
G=18.32%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172599100.660.470.33343.0148.9245.29
HexAC3B5B0422F21157312d
Octal25473133010257415276155
Binary10101100111011101101101000010101111100001101010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B5B; }

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

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

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

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

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

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

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

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