#AC415E

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

Shades of Rouge #AC415E

Tints of Rouge #AC415E

Color information

#AC415E (or 0xAC415E) is unknown color: approx Rouge. HEX triplet: AC, 41 and 5E. RGB value is (172,65,94). Sum of RGB (Red+Green+Blue) = 172+65+94=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415E is #53BEA1. Grayscale: #646464. Windows color (decimal): -5488290 or 6177196. OLE color: 6177196.

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

Color convert

RGB1726594-
CMYK00.620.450.33
HSL343.74º45.15%46.47%-
HSV(B)343.74º62.21%67.45%-
XYZ20.9213.3612.07-
YUV100.3124.45179.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=51.96%
G=19.64%
B=28.40%

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
Decimal172659400.620.450.33343.7445.1546.47
HexAC415E03E2D211582d2e
Octal25410113607655415305556
Binary10101100100000110111100111110101101100001101011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC415E; }

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

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

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

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

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

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

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

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