#A96A8E

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

Shades of Mountbatten Pink #A96A8E

Tints of Mountbatten Pink #A96A8E

Color information

#A96A8E (or 0xA96A8E) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 6A and 8E. RGB value is (169,106,142). Sum of RGB (Red+Green+Blue) = 169+106+142=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96A8E is #569571. Grayscale: #808080. Windows color (decimal): -5674354 or 9333417. OLE color: 9333417.

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

Color convert

RGB169106142-
CMYK00.370.160.34
HSL325.71º26.81%53.92%-
HSV(B)325.71º37.28%66.27%-
XYZ26.420.728.19-
YUV128.94135.37156.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=40.53%
G=25.42%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910614200.370.160.34325.7126.8153.92
HexA96A8E02510221461b36
Octal25115221604520425063366
Binary1010100111010101000111001001011000010001010100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A8E; }

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

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

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

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

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

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

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

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