#AC276A

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

Shades of Rouge #AC276A

Tints of Rouge #AC276A

Color information

#AC276A (or 0xAC276A) is unknown color: approx Rouge. HEX triplet: AC, 27 and 6A. RGB value is (172,39,106). Sum of RGB (Red+Green+Blue) = 172+39+106=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC276A is #53D895. Grayscale: #565656. Windows color (decimal): -5494934 or 6956972. OLE color: 6956972.

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

Color convert

RGB17239106-
CMYK00.770.380.33
HSL329.77º63.03%41.37%-
HSV(B)329.77º77.33%67.45%-
XYZ20.3411.2614.74-
YUV86.4139.06189.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=54.26%
G=12.30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723910600.770.380.33329.7763.0341.37
HexAC276A04D262114a3f29
Octal25447152011546415127751
Binary10101100100111110101001001101100110100001101001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC276A; }

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

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

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

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

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

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

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

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