#AC415F

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

Shades of Rouge #AC415F

Tints of Rouge #AC415F

Color information

#AC415F (or 0xAC415F) is unknown color: approx Rouge. HEX triplet: AC, 41 and 5F. RGB value is (172,65,95). Sum of RGB (Red+Green+Blue) = 172+65+95=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415F is #53BEA0. Grayscale: #646464. Windows color (decimal): -5488289 or 6242732. OLE color: 6242732.

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

Color convert

RGB1726595-
CMYK00.620.450.33
HSL343.18º45.15%46.47%-
HSV(B)343.18º62.21%67.45%-
XYZ20.9713.3812.3-
YUV100.41124.95179.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=51.81%
G=19.58%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172659500.620.450.33343.1845.1546.47
HexAC415F03E2D211572d2e
Octal25410113707655415275556
Binary10101100100000110111110111110101101100001101010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC415F; }

 p { color: rgb(172,65,95); }

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

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

 a { background-color: rgb(172,65,95); }

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

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

 span { border-color: rgb(172,65,95); }

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