#AC3669

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

Shades of Rouge #AC3669

Tints of Rouge #AC3669

Color information

#AC3669 (or 0xAC3669) is unknown color: approx Rouge. HEX triplet: AC, 36 and 69. RGB value is (172,54,105). Sum of RGB (Red+Green+Blue) = 172+54+105=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3669 is #53C996. Grayscale: #5F5F5F. Windows color (decimal): -5491095 or 6895276. OLE color: 6895276.

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

Color convert

RGB17254105-
CMYK00.690.390.33
HSL334.07º52.21%44.31%-
HSV(B)334.07º68.6%67.45%-
XYZ20.8812.4314.66-
YUV95.1133.59182.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=51.96%
G=16.31%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725410500.690.390.33334.0752.2144.31
HexAC3669045272114e342c
Octal25466151010547415166454
Binary10101100110110110100101000101100111100001101001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3669; }

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

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

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

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

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

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

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

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