#AC6392

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

Shades of Mountbatten Pink #AC6392

Tints of Mountbatten Pink #AC6392

Color information

#AC6392 (or 0xAC6392) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 63 and 92. RGB value is (172,99,146). Sum of RGB (Red+Green+Blue) = 172+99+146=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6392 is #539C6D. Grayscale: #7E7E7E. Windows color (decimal): -5479534 or 9593772. OLE color: 9593772.

HSL color Cylindrical-coordinate representation of color #AC6392: hue angle of 321.37º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6392 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17299146-
CMYK00.420.150.33
HSL321.37º30.54%53.14%-
HSV(B)321.37º42.44%67.45%-
XYZ26.6619.7729.6-
YUV126.18139.18160.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=41.25%
G=23.74%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729914600.420.150.33321.3730.5453.14
HexAC639202AF211411f35
Octal25414322205217415013765
Binary101011001100011100100100101010111110000110100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6392; }

 p { color: rgb(172,99,146); }

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

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

 a { background-color: rgb(172,99,146); }

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

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

 span { border-color: rgb(172,99,146); }

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