#A96E8E

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

Shades of Mountbatten Pink #A96E8E

Tints of Mountbatten Pink #A96E8E

Color information

#A96E8E (or 0xA96E8E) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6E and 8E. RGB value is (169,110,142). Sum of RGB (Red+Green+Blue) = 169+110+142=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E8E is #569171. Grayscale: #838383. Windows color (decimal): -5673330 or 9334441. OLE color: 9334441.

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

Color convert

RGB169110142-
CMYK00.350.160.34
HSL327.46º25.54%54.71%-
HSV(B)327.46º34.91%66.27%-
XYZ26.8221.5428.34-
YUV131.29134.05154.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=40.14%
G=26.13%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911014200.350.160.34327.4625.5454.71
HexA96E8E02310221471a37
Octal25115621604320425073267
Binary1010100111011101000111001000111000010001010100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E8E; }

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

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

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

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

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

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

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

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