#A17788

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

Shades of Mountbatten Pink #A17788

Tints of Mountbatten Pink #A17788

Color information

#A17788 (or 0xA17788) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 77 and 88. RGB value is (161,119,136). Sum of RGB (Red+Green+Blue) = 161+119+136=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A17788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17788 is #5E8877. Grayscale: #858585. Windows color (decimal): -6195320 or 8943521. OLE color: 8943521.

HSL color Cylindrical-coordinate representation of color #A17788: hue angle of 335.71º 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 #A17788 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161119136-
CMYK00.260.160.37
HSL335.71º18.26%54.9%-
HSV(B)335.71º26.09%63.14%-
XYZ25.7422.5526.29-
YUV133.5129.41147.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=38.70%
G=28.61%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111913600.260.160.37335.7118.2654.9
HexA1778801A10251501237
Octal24116721003220455202267
Binary101000011110111100010000110101000010010110101000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17788; }

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

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

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

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

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

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

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

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