#A8778E

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

Shades of Mountbatten Pink #A8778E

Tints of Mountbatten Pink #A8778E

Color information

#A8778E (or 0xA8778E) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 77 and 8E. RGB value is (168,119,142). Sum of RGB (Red+Green+Blue) = 168+119+142=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8778E is #578871. Grayscale: #888888. Windows color (decimal): -5736562 or 9336744. OLE color: 9336744.

HSL color Cylindrical-coordinate representation of color #A8778E: hue angle of 331.84º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8778E is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168119142-
CMYK00.290.150.34
HSL331.84º21.97%56.27%-
HSV(B)331.84º29.17%65.88%-
XYZ27.6323.4728.67-
YUV136.27131.23150.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=39.16%
G=27.74%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811914200.290.150.34331.8421.9756.27
HexA8778E01DF2214c1638
Octal25016721603517425142670
Binary10101000111011110001110011101111110001010100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8778E; }

 p { color: rgb(168,119,142); }

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

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

 a { background-color: rgb(168,119,142); }

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

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

 span { border-color: rgb(168,119,142); }

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