#AC2B6A

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

Shades of Rouge #AC2B6A

Tints of Rouge #AC2B6A

Color information

#AC2B6A (or 0xAC2B6A) is unknown color: approx Rouge. HEX triplet: AC, 2B and 6A. RGB value is (172,43,106). Sum of RGB (Red+Green+Blue) = 172+43+106=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B6A is #53D495. Grayscale: #585858. Windows color (decimal): -5493910 or 6957996. OLE color: 6957996.

HSL color Cylindrical-coordinate representation of color #AC2B6A: hue angle of 330.7º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B6A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17243106-
CMYK00.750.380.33
HSL330.7º60%42.16%-
HSV(B)330.7º75%67.45%-
XYZ20.4811.5414.78-
YUV88.75137.74187.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=53.58%
G=13.40%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724310600.750.380.33330.76042.16
HexAC2B6A04B262114b3c2a
Octal25453152011346415137452
Binary10101100101011110101001001011100110100001101001011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2B6A; }

 p { color: rgb(172,43,106); }

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

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

 a { background-color: rgb(172,43,106); }

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

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

 span { border-color: rgb(172,43,106); }

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