#AC2D6A

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

Shades of Rouge #AC2D6A

Tints of Rouge #AC2D6A

Color information

#AC2D6A (or 0xAC2D6A) is unknown color: approx Rouge. HEX triplet: AC, 2D and 6A. RGB value is (172,45,106). Sum of RGB (Red+Green+Blue) = 172+45+106=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2D6A is #53D295. Grayscale: #595959. Windows color (decimal): -5493398 or 6958508. OLE color: 6958508.

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

Color convert

RGB17245106-
CMYK00.740.380.33
HSL331.18º58.53%42.55%-
HSV(B)331.18º73.84%67.45%-
XYZ20.5511.6914.81-
YUV89.93137.08186.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 45 (17.97% from 255) = 13.93%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=53.25%
G=13.93%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724510600.740.380.33331.1858.5342.55
HexAC2D6A04A262114b3b2b
Octal25455152011246415137353
Binary10101100101101110101001001010100110100001101001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D6A; }

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

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

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

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

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

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

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

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