#AC4362

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

Shades of Rouge #AC4362

Tints of Rouge #AC4362

Color information

#AC4362 (or 0xAC4362) is unknown color: approx Rouge. HEX triplet: AC, 43 and 62. RGB value is (172,67,98). Sum of RGB (Red+Green+Blue) = 172+67+98=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4362 is #53BC9D. Grayscale: #656565. Windows color (decimal): -5487774 or 6439852. OLE color: 6439852.

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

Color convert

RGB1726798-
CMYK00.610.430.33
HSL342.29º43.93%46.86%-
HSV(B)342.29º61.05%67.45%-
XYZ21.2313.6713.07-
YUV101.93125.79177.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=51.04%
G=19.88%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172679800.610.430.33342.2943.9346.86
HexAC436203D2B211562c2f
Octal25410314207553415265457
Binary10101100100001111000100111101101011100001101010110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4362; }

 p { color: rgb(172,67,98); }

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

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

 a { background-color: rgb(172,67,98); }

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

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

 span { border-color: rgb(172,67,98); }

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