#A9678E

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

Shades of Mountbatten Pink #A9678E

Tints of Mountbatten Pink #A9678E

Color information

#A9678E (or 0xA9678E) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 67 and 8E. RGB value is (169,103,142). Sum of RGB (Red+Green+Blue) = 169+103+142=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9678E is #569871. Grayscale: #7F7F7F. Windows color (decimal): -5675122 or 9332649. OLE color: 9332649.

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

Color convert

RGB169103142-
CMYK00.390.160.34
HSL324.55º27.73%53.33%-
HSV(B)324.55º39.05%66.27%-
XYZ26.0920.0928.09-
YUV127.18136.37157.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=40.82%
G=24.88%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910314200.390.160.34324.5527.7353.33
HexA9678E02710221451c35
Octal25114721604720425053465
Binary1010100111001111000111001001111000010001010100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9678E; }

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

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

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

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

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

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

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

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