#AC4565

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

Shades of Rouge #AC4565

Tints of Rouge #AC4565

Color information

#AC4565 (or 0xAC4565) is unknown color: approx Rouge. HEX triplet: AC, 45 and 65. RGB value is (172,69,101). Sum of RGB (Red+Green+Blue) = 172+69+101=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4565 is #53BA9A. Grayscale: #676767. Windows color (decimal): -5487259 or 6636972. OLE color: 6636972.

HSL color Cylindrical-coordinate representation of color #AC4565: hue angle of 341.36º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4565 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17269101-
CMYK00.600.410.33
HSL341.36º42.74%47.25%-
HSV(B)341.36º59.88%67.45%-
XYZ21.4913.9713.88-
YUV103.44126.62176.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=50.29%
G=20.18%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726910100.600.410.33341.3642.7447.25
HexAC456503C29211552b2f
Octal25410514507451415255357
Binary10101100100010111001010111100101001100001101010101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4565; }

 p { color: rgb(172,69,101); }

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

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

 a { background-color: rgb(172,69,101); }

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

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

 span { border-color: rgb(172,69,101); }

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