#AC385D

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

Shades of Rouge #AC385D

Tints of Rouge #AC385D

Color information

#AC385D (or 0xAC385D) is unknown color: approx Rouge. HEX triplet: AC, 38 and 5D. RGB value is (172,56,93). Sum of RGB (Red+Green+Blue) = 172+56+93=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC385D is #53C7A2. Grayscale: #5E5E5E. Windows color (decimal): -5490595 or 6109356. OLE color: 6109356.

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

Color convert

RGB1725693-
CMYK00.670.460.33
HSL340.86º50.88%44.71%-
HSV(B)340.86º67.44%67.45%-
XYZ20.412.3911.67-
YUV94.9126.93182.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=53.58%
G=17.45%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172569300.670.460.33340.8650.8844.71
HexAC385D0432E21155332d
Octal25470135010356415256355
Binary10101100111000101110101000011101110100001101010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC385D; }

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

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

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

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

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

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

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

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