#A27688

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

Shades of Mountbatten Pink #A27688

Tints of Mountbatten Pink #A27688

Color information

#A27688 (or 0xA27688) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 76 and 88. RGB value is (162,118,136). Sum of RGB (Red+Green+Blue) = 162+118+136=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A27688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27688 is #5D8977. Grayscale: #858585. Windows color (decimal): -6130040 or 8943266. OLE color: 8943266.

HSL color Cylindrical-coordinate representation of color #A27688: hue angle of 335.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27688 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162118136-
CMYK00.270.160.36
HSL335.45º19.13%54.9%-
HSV(B)335.45º27.16%63.53%-
XYZ25.8222.4226.26-
YUV133.21129.58148.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=38.94%
G=28.37%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211813600.270.160.36335.4519.1354.9
HexA2768801B102414f1337
Octal24216621003320445172367
Binary101000101110110100010000110111000010010010100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27688; }

 p { color: rgb(162,118,136); }

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

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

 a { background-color: rgb(162,118,136); }

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

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

 span { border-color: rgb(162,118,136); }

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