#A36995

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

Shades of Mountbatten Pink #A36995

Tints of Mountbatten Pink #A36995

Color information

#A36995 (or 0xA36995) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 69 and 95. RGB value is (163,105,149). Sum of RGB (Red+Green+Blue) = 163+105+149=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A36995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36995 is #5C966A. Grayscale: #7F7F7F. Windows color (decimal): -6067819 or 9791907. OLE color: 9791907.

HSL color Cylindrical-coordinate representation of color #A36995: hue angle of 314.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36995 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163105149-
CMYK00.360.090.36
HSL314.48º23.97%52.55%-
HSV(B)314.48º35.58%63.92%-
XYZ25.5820.0630.96-
YUV127.36140.22153.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=39.09%
G=25.18%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310514900.360.090.36314.4823.9752.55
HexA3699502492413a1835
Octal24315122504411444723065
Binary101000111101001100101010100100100110010010011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36995; }

 p { color: rgb(163,105,149); }

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

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

 a { background-color: rgb(163,105,149); }

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

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

 span { border-color: rgb(163,105,149); }

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