#AC3874

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

Shades of Rouge #AC3874

Tints of Rouge #AC3874

Color information

#AC3874 (or 0xAC3874) is unknown color: approx Rouge. HEX triplet: AC, 38 and 74. RGB value is (172,56,116). Sum of RGB (Red+Green+Blue) = 172+56+116=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3874 is #53C78B. Grayscale: #616161. Windows color (decimal): -5490572 or 7616684. OLE color: 7616684.

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

Color convert

RGB17256116-
CMYK00.670.330.33
HSL328.97º50.88%44.71%-
HSV(B)328.97º67.44%67.45%-
XYZ21.5812.8617.87-
YUV97.52138.43181.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=50%
G=16.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725611600.670.330.33328.9750.8844.71
HexAC38740432121149332d
Octal25470164010341415116355
Binary10101100111000111010001000011100001100001101001001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3874; }

 p { color: rgb(172,56,116); }

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

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

 a { background-color: rgb(172,56,116); }

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

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

 span { border-color: rgb(172,56,116); }

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