#A1778A

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

Shades of Mountbatten Pink #A1778A

Tints of Mountbatten Pink #A1778A

Color information

#A1778A (or 0xA1778A) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 77 and 8A. RGB value is (161,119,138). Sum of RGB (Red+Green+Blue) = 161+119+138=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1778A is #5E8875. Grayscale: #858585. Windows color (decimal): -6195318 or 9074593. OLE color: 9074593.

HSL color Cylindrical-coordinate representation of color #A1778A: hue angle of 332.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1778A is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161119138-
CMYK00.260.140.37
HSL332.86º18.26%54.9%-
HSV(B)332.86º26.09%63.14%-
XYZ25.8822.6127.04-
YUV133.72130.41147.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=38.52%
G=28.47%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111913800.260.140.37332.8618.2654.9
HexA1778A01AE2514d1237
Octal24116721203216455152267
Binary10100001111011110001010011010111010010110100110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1778A; }

 p { color: rgb(161,119,138); }

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

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

 a { background-color: rgb(161,119,138); }

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

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

 span { border-color: rgb(161,119,138); }

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