#A36F89

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

Shades of Mountbatten Pink #A36F89

Tints of Mountbatten Pink #A36F89

Color information

#A36F89 (or 0xA36F89) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6F and 89. RGB value is (163,111,137). Sum of RGB (Red+Green+Blue) = 163+111+137=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F89 is #5C9076. Grayscale: #818181. Windows color (decimal): -6066295 or 9007011. OLE color: 9007011.

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

Color convert

RGB163111137-
CMYK00.320.160.36
HSL330º22.03%53.73%-
HSV(B)330º31.9%63.92%-
XYZ25.320.9626.38-
YUV129.51132.23151.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=39.66%
G=27.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311113700.320.160.3633022.0353.73
HexA36F89020102414a1636
Octal24315721104020445122666
Binary1010001111011111000100101000001000010010010100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F89; }

 p { color: rgb(163,111,137); }

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

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

 a { background-color: rgb(163,111,137); }

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

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

 span { border-color: rgb(163,111,137); }

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