#AC266A

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

Shades of Rouge #AC266A

Tints of Rouge #AC266A

Color information

#AC266A (or 0xAC266A) is unknown color: approx Rouge. HEX triplet: AC, 26 and 6A. RGB value is (172,38,106). Sum of RGB (Red+Green+Blue) = 172+38+106=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC266A is #53D995. Grayscale: #555555. Windows color (decimal): -5495190 or 6956716. OLE color: 6956716.

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

Color convert

RGB17238106-
CMYK00.780.380.33
HSL329.55º63.81%41.18%-
HSV(B)329.55º77.91%67.45%-
XYZ20.3111.214.73-
YUV85.82139.39189.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=54.43%
G=12.03%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723810600.780.380.33329.5563.8141.18
HexAC266A04E262114a4029
Octal254461520116464151210051
Binary101011001001101101010010011101001101000011010010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC266A; }

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

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

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

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

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

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

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

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