#9A878F

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

Shades of Mountbatten Pink #9A878F

Tints of Mountbatten Pink #9A878F

Color information

#9A878F (or 0x9A878F) is unknown color: approx Mountbatten Pink. HEX triplet: 9A, 87 and 8F. RGB value is (154,135,143). Sum of RGB (Red+Green+Blue) = 154+135+143=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A878F is #657870. Grayscale: #8D8D8D. Windows color (decimal): -6649969 or 9406362. OLE color: 9406362.

HSL color Cylindrical-coordinate representation of color #9A878F: hue angle of 334.74º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A878F is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB154135143-
CMYK00.120.070.40
HSL334.74º8.6%56.67%-
HSV(B)334.74º12.34%60.39%-
XYZ26.9526.1829.62-
YUV141.59128.79136.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.65%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=35.65%
G=31.25%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413514300.120.070.40334.748.656.67
Hex9A878F0C72814f939
Octal2322072170147505171171
Binary100110101000011110001111011001111010001010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,143); }

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

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

 a { background-color: rgb(154,135,143); }

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

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

 span { border-color: rgb(154,135,143); }

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