#AC3A5D

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

Shades of Rouge #AC3A5D

Tints of Rouge #AC3A5D

Color information

#AC3A5D (or 0xAC3A5D) is unknown color: approx Rouge. HEX triplet: AC, 3A and 5D. RGB value is (172,58,93). Sum of RGB (Red+Green+Blue) = 172+58+93=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A5D is #53C5A2. Grayscale: #606060. Windows color (decimal): -5490083 or 6109868. OLE color: 6109868.

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

Color convert

RGB1725893-
CMYK00.660.460.33
HSL341.58º49.57%45.1%-
HSV(B)341.58º66.28%67.45%-
XYZ20.512.5911.7-
YUV96.08126.27182.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=53.25%
G=17.96%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172589300.660.460.33341.5849.5745.1
HexAC3A5D0422E21156322d
Octal25472135010256415266255
Binary10101100111010101110101000010101110100001101010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A5D; }

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

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

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

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

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

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

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

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