#A96D8E

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

Shades of Mountbatten Pink #A96D8E

Tints of Mountbatten Pink #A96D8E

Color information

#A96D8E (or 0xA96D8E) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6D and 8E. RGB value is (169,109,142). Sum of RGB (Red+Green+Blue) = 169+109+142=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96D8E is #569271. Grayscale: #828282. Windows color (decimal): -5673586 or 9334185. OLE color: 9334185.

HSL color Cylindrical-coordinate representation of color #A96D8E: hue angle of 327º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96D8E is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB169109142-
CMYK00.360.160.34
HSL327º25.86%54.51%-
HSV(B)327º35.5%66.27%-
XYZ26.7121.3328.3-
YUV130.7134.38155.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=40.24%
G=25.95%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910914200.360.160.3432725.8654.51
HexA96D8E02410221471a37
Octal25115521604420425073267
Binary1010100111011011000111001001001000010001010100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D8E; }

 p { color: rgb(169,109,142); }

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

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

 a { background-color: rgb(169,109,142); }

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

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

 span { border-color: rgb(169,109,142); }

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