#9A848E

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

Shades of Mountbatten Pink #9A848E

Tints of Mountbatten Pink #9A848E

Color information

#9A848E (or 0x9A848E) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 84 and 8E. RGB value is (154,132,142). Sum of RGB (Red+Green+Blue) = 154+132+142=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 154 - color contains mainly: red. Hex color #9A848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A848E is #657B71. Grayscale: #8B8B8B. Windows color (decimal): -6650738 or 9340058. OLE color: 9340058.

HSL color Cylindrical-coordinate representation of color #9A848E: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A848E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB154132142-
CMYK00.140.080.40
HSL332.73º9.82%56.08%-
HSV(B)332.73º14.29%60.39%-
XYZ26.4625.3329.08-
YUV139.72129.29138.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.98%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=35.98%
G=30.84%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413214200.140.080.40332.739.8256.08
Hex9A848E0E82814da38
Octal23220421601610505151270
Binary1001101010000100100011100111010001010001010011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A848E; }

 p { color: rgb(154,132,142); }

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

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

 a { background-color: rgb(154,132,142); }

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

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

 span { border-color: rgb(154,132,142); }

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