#AC306F

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

Shades of Rouge #AC306F

Tints of Rouge #AC306F

Color information

#AC306F (or 0xAC306F) is unknown color: approx Rouge. HEX triplet: AC, 30 and 6F. RGB value is (172,48,111). Sum of RGB (Red+Green+Blue) = 172+48+111=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC306F is #53CF90. Grayscale: #5C5C5C. Windows color (decimal): -5492625 or 7286956. OLE color: 7286956.

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

Color convert

RGB17248111-
CMYK00.720.350.33
HSL329.52º56.36%43.14%-
HSV(B)329.52º72.09%67.45%-
XYZ20.9412.0316.26-
YUV92.26138.58184.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=51.96%
G=14.50%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724811100.720.350.33329.5256.3643.14
HexAC306F048232114a382b
Octal25460157011043415127053
Binary10101100110000110111101001000100011100001101001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC306F; }

 p { color: rgb(172,48,111); }

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

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

 a { background-color: rgb(172,48,111); }

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

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

 span { border-color: rgb(172,48,111); }

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