#AC385B

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

Shades of Rouge #AC385B

Tints of Rouge #AC385B

Color information

#AC385B (or 0xAC385B) is unknown color: approx Rouge. HEX triplet: AC, 38 and 5B. RGB value is (172,56,91). Sum of RGB (Red+Green+Blue) = 172+56+91=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC385B is #53C7A4. Grayscale: #5E5E5E. Windows color (decimal): -5490597 or 5978284. OLE color: 5978284.

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

Color convert

RGB1725691-
CMYK00.670.470.33
HSL341.9º50.88%44.71%-
HSV(B)341.9º67.44%67.45%-
XYZ20.3212.3511.21-
YUV94.67125.93183.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=53.92%
G=17.55%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172569100.670.470.33341.950.8844.71
HexAC385B0432F21156332d
Octal25470133010357415266355
Binary10101100111000101101101000011101111100001101010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC385B; }

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

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

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

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

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

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

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

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