#AC3F65

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

Shades of Rouge #AC3F65

Tints of Rouge #AC3F65

Color information

#AC3F65 (or 0xAC3F65) is unknown color: approx Rouge. HEX triplet: AC, 3F and 65. RGB value is (172,63,101). Sum of RGB (Red+Green+Blue) = 172+63+101=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F65 is #53C09A. Grayscale: #636363. Windows color (decimal): -5488795 or 6635436. OLE color: 6635436.

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

Color convert

RGB17263101-
CMYK00.630.410.33
HSL339.08º46.38%46.08%-
HSV(B)339.08º63.37%67.45%-
XYZ21.1413.2713.76-
YUV99.92128.61179.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=51.19%
G=18.75%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726310100.630.410.33339.0846.3846.08
HexAC3F6503F29211532e2e
Octal2547714507751415235656
Binary1010110011111111001010111111101001100001101010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F65; }

 p { color: rgb(172,63,101); }

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

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

 a { background-color: rgb(172,63,101); }

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

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

 span { border-color: rgb(172,63,101); }

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