#AC6791

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

Shades of Mountbatten Pink #AC6791

Tints of Mountbatten Pink #AC6791

Color information

#AC6791 (or 0xAC6791) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 67 and 91. RGB value is (172,103,145). Sum of RGB (Red+Green+Blue) = 172+103+145=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6791 is #53986E. Grayscale: #808080. Windows color (decimal): -5478511 or 9529260. OLE color: 9529260.

HSL color Cylindrical-coordinate representation of color #AC6791: hue angle of 323.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6791 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172103145-
CMYK00.400.160.33
HSL323.48º29.36%53.92%-
HSV(B)323.48º40.12%67.45%-
XYZ26.9720.5229.33-
YUV128.42137.36159.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=40.95%
G=24.52%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210314500.400.160.33323.4829.3653.92
HexAC679102810211431d36
Octal25414722105020415033566
Binary1010110011001111001000101010001000010000110100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6791; }

 p { color: rgb(172,103,145); }

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

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

 a { background-color: rgb(172,103,145); }

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

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

 span { border-color: rgb(172,103,145); }

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