#AC3A65

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

Shades of Rouge #AC3A65

Tints of Rouge #AC3A65

Color information

#AC3A65 (or 0xAC3A65) is unknown color: approx Rouge. HEX triplet: AC, 3A and 65. RGB value is (172,58,101). Sum of RGB (Red+Green+Blue) = 172+58+101=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A65 is #53C59A. Grayscale: #606060. Windows color (decimal): -5490075 or 6634156. OLE color: 6634156.

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

Color convert

RGB17258101-
CMYK00.660.410.33
HSL337.37º49.57%45.1%-
HSV(B)337.37º66.28%67.45%-
XYZ20.8812.7413.67-
YUV96.99130.27181.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=51.96%
G=17.52%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725810100.660.410.33337.3749.5745.1
HexAC3A650422921151322d
Octal25472145010251415216255
Binary10101100111010110010101000010101001100001101010001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A65; }

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

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

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

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

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

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

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

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