#AC2769

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

Shades of Rouge #AC2769

Tints of Rouge #AC2769

Color information

#AC2769 (or 0xAC2769) is unknown color: approx Rouge. HEX triplet: AC, 27 and 69. RGB value is (172,39,105). Sum of RGB (Red+Green+Blue) = 172+39+105=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2769 is #53D896. Grayscale: #565656. Windows color (decimal): -5494935 or 6891436. OLE color: 6891436.

HSL color Cylindrical-coordinate representation of color #AC2769: hue angle of 330.23º 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 #AC2769 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17239105-
CMYK00.770.390.33
HSL330.23º63.03%41.37%-
HSV(B)330.23º77.33%67.45%-
XYZ20.2911.2414.47-
YUV86.29138.56189.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=54.43%
G=12.34%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723910500.770.390.33330.2363.0341.37
HexAC276904D272114a3f29
Octal25447151011547415127751
Binary10101100100111110100101001101100111100001101001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2769; }

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

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

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

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

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

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

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

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