#AC466D

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

Shades of Rouge #AC466D

Tints of Rouge #AC466D

Color information

#AC466D (or 0xAC466D) is unknown color: approx Rouge. HEX triplet: AC, 46 and 6D. RGB value is (172,70,109). Sum of RGB (Red+Green+Blue) = 172+70+109=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC466D is #53B992. Grayscale: #686868. Windows color (decimal): -5486995 or 7161516. OLE color: 7161516.

HSL color Cylindrical-coordinate representation of color #AC466D: hue angle of 337.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC466D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17270109-
CMYK00.590.370.33
HSL337.06º42.15%47.45%-
HSV(B)337.06º59.3%67.45%-
XYZ21.9614.2616.06-
YUV104.94130.29175.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=49.00%
G=19.94%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727010900.590.370.33337.0642.1547.45
HexAC466D03B25211512a2f
Octal25410615507345415215257
Binary10101100100011011011010111011100101100001101010001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC466D; }

 p { color: rgb(172,70,109); }

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

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

 a { background-color: rgb(172,70,109); }

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

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

 span { border-color: rgb(172,70,109); }

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