#AC4169

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

Shades of Rouge #AC4169

Tints of Rouge #AC4169

Color information

#AC4169 (or 0xAC4169) is unknown color: approx Rouge. HEX triplet: AC, 41 and 69. RGB value is (172,65,105). Sum of RGB (Red+Green+Blue) = 172+65+105=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4169 is #53BE96. Grayscale: #656565. Windows color (decimal): -5488279 or 6898092. OLE color: 6898092.

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

Color convert

RGB17265105-
CMYK00.620.390.33
HSL337.57º45.15%46.47%-
HSV(B)337.57º62.21%67.45%-
XYZ21.4513.5714.85-
YUV101.55129.95178.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=50.29%
G=19.01%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726510500.620.390.33337.5745.1546.47
HexAC416903E27211522d2e
Octal25410115107647415225556
Binary10101100100000111010010111110100111100001101010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4169; }

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

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

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

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

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

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

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

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