#AC396B

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

Shades of Rouge #AC396B

Tints of Rouge #AC396B

Color information

#AC396B (or 0xAC396B) is unknown color: approx Rouge. HEX triplet: AC, 39 and 6B. RGB value is (172,57,107). Sum of RGB (Red+Green+Blue) = 172+57+107=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC396B is #53C694. Grayscale: #606060. Windows color (decimal): -5490325 or 7027116. OLE color: 7027116.

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

Color convert

RGB17257107-
CMYK00.670.380.33
HSL333.91º50.22%44.9%-
HSV(B)333.91º66.86%67.45%-
XYZ21.1312.7615.26-
YUV97.08133.6181.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=51.19%
G=16.96%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725710700.670.380.33333.9150.2244.9
HexAC396B043262114e322d
Octal25471153010346415166255
Binary10101100111001110101101000011100110100001101001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC396B; }

 p { color: rgb(172,57,107); }

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

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

 a { background-color: rgb(172,57,107); }

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

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

 span { border-color: rgb(172,57,107); }

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