#A36F92

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

Shades of Mountbatten Pink #A36F92

Tints of Mountbatten Pink #A36F92

Color information

#A36F92 (or 0xA36F92) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6F and 92. RGB value is (163,111,146). Sum of RGB (Red+Green+Blue) = 163+111+146=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F92 is #5C906D. Grayscale: #828282. Windows color (decimal): -6066286 or 9596835. OLE color: 9596835.

HSL color Cylindrical-coordinate representation of color #A36F92: hue angle of 319.62º 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 #A36F92 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163111146-
CMYK00.320.100.36
HSL319.62º22.03%53.73%-
HSV(B)319.62º31.9%63.92%-
XYZ25.9821.2329.92-
YUV130.54136.73151.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=38.81%
G=26.43%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311114600.320.100.36319.6222.0353.73
HexA36F92020A241401636
Octal24315722204012445002666
Binary101000111101111100100100100000101010010010100000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F92; }

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

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

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

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

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

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

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

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