#AC3D61

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

Shades of Rouge #AC3D61

Tints of Rouge #AC3D61

Color information

#AC3D61 (or 0xAC3D61) is unknown color: approx Rouge. HEX triplet: AC, 3D and 61. RGB value is (172,61,97). Sum of RGB (Red+Green+Blue) = 172+61+97=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D61 is #53C29E. Grayscale: #626262. Windows color (decimal): -5489311 or 6372780. OLE color: 6372780.

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

Color convert

RGB1726197-
CMYK00.650.440.33
HSL340.54º47.64%45.69%-
HSV(B)340.54º64.53%67.45%-
XYZ20.8412.9712.71-
YUV98.29127.27180.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=52.12%
G=18.48%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172619700.650.440.33340.5447.6445.69
HexAC3D610412C21155302e
Octal25475141010154415256056
Binary10101100111101110000101000001101100100001101010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D61; }

 p { color: rgb(172,61,97); }

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

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

 a { background-color: rgb(172,61,97); }

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

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

 span { border-color: rgb(172,61,97); }

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