#A36592

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

Shades of Mountbatten Pink #A36592

Tints of Mountbatten Pink #A36592

Color information

#A36592 (or 0xA36592) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 65 and 92. RGB value is (163,101,146). Sum of RGB (Red+Green+Blue) = 163+101+146=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A36592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36592 is #5C9A6D. Grayscale: #7C7C7C. Windows color (decimal): -6068846 or 9594275. OLE color: 9594275.

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

Color convert

RGB163101146-
CMYK00.380.100.36
HSL316.45º25.2%51.76%-
HSV(B)316.45º38.04%63.92%-
XYZ24.9519.1729.58-
YUV124.67140.04155.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 146 (57.42% from 255) = 35.61%
R=39.76%
G=24.63%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310114600.380.100.36316.4525.251.76
HexA36592026A2413c1934
Octal24314522204612444743164
Binary101000111100101100100100100110101010010010011110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36592; }

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

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

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

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

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

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

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

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