#AC3C69

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

Shades of Rouge #AC3C69

Tints of Rouge #AC3C69

Color information

#AC3C69 (or 0xAC3C69) is unknown color: approx Rouge. HEX triplet: AC, 3C and 69. RGB value is (172,60,105). Sum of RGB (Red+Green+Blue) = 172+60+105=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3C69 is #53C396. Grayscale: #626262. Windows color (decimal): -5489559 or 6896812. OLE color: 6896812.

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

Color convert

RGB17260105-
CMYK00.650.390.33
HSL335.89º48.28%45.49%-
HSV(B)335.89º65.12%67.45%-
XYZ21.1813.0214.76-
YUV98.62131.61180.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=51.04%
G=17.80%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726010500.650.390.33335.8948.2845.49
HexAC3C690412721150302d
Octal25474151010147415206055
Binary10101100111100110100101000001100111100001101010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C69; }

 p { color: rgb(172,60,105); }

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

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

 a { background-color: rgb(172,60,105); }

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

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

 span { border-color: rgb(172,60,105); }

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