#A36A92

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

Shades of Mountbatten Pink #A36A92

Tints of Mountbatten Pink #A36A92

Color information

#A36A92 (or 0xA36A92) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6A and 92. RGB value is (163,106,146). Sum of RGB (Red+Green+Blue) = 163+106+146=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A92 is #5C956D. Grayscale: #7F7F7F. Windows color (decimal): -6067566 or 9595555. OLE color: 9595555.

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

Color convert

RGB163106146-
CMYK00.350.100.36
HSL317.89º23.65%52.75%-
HSV(B)317.89º34.97%63.92%-
XYZ25.4520.1729.75-
YUV127.6138.38153.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 106 (41.80% from 255) = 25.54%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=39.28%
G=25.54%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310614600.350.100.36317.8923.6552.75
HexA36A92023A2413e1835
Octal24315222204312444763065
Binary101000111101010100100100100011101010010010011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A92; }

 p { color: rgb(163,106,146); }

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

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

 a { background-color: rgb(163,106,146); }

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

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

 span { border-color: rgb(163,106,146); }

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