#AC345C

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

Shades of Rouge #AC345C

Tints of Rouge #AC345C

Color information

#AC345C (or 0xAC345C) is unknown color: approx Rouge. HEX triplet: AC, 34 and 5C. RGB value is (172,52,92). Sum of RGB (Red+Green+Blue) = 172+52+92=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345C is #53CBA3. Grayscale: #5C5C5C. Windows color (decimal): -5491620 or 6042796. OLE color: 6042796.

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

Color convert

RGB1725292-
CMYK00.700.470.33
HSL340º53.57%43.92%-
HSV(B)340º69.77%67.45%-
XYZ20.171211.38-
YUV92.44127.76184.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=54.43%
G=16.46%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172529200.700.470.3334053.5743.92
HexAC345C0462F21154362c
Octal25464134010657415246654
Binary10101100110100101110001000110101111100001101010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC345C; }

 p { color: rgb(172,52,92); }

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

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

 a { background-color: rgb(172,52,92); }

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

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

 span { border-color: rgb(172,52,92); }

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