#A9688E

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

Shades of Mountbatten Pink #A9688E

Tints of Mountbatten Pink #A9688E

Color information

#A9688E (or 0xA9688E) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 68 and 8E. RGB value is (169,104,142). Sum of RGB (Red+Green+Blue) = 169+104+142=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9688E is #569771. Grayscale: #7F7F7F. Windows color (decimal): -5674866 or 9332905. OLE color: 9332905.

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

Color convert

RGB169104142-
CMYK00.380.160.34
HSL324.92º27.43%53.53%-
HSV(B)324.92º38.46%66.27%-
XYZ26.1920.2928.13-
YUV127.77136.03157.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=40.72%
G=25.06%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910414200.380.160.34324.9227.4353.53
HexA9688E02610221451b36
Octal25115021604620425053366
Binary1010100111010001000111001001101000010001010100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9688E; }

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

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

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

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

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

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

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

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