#A36F8F

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

Shades of Mountbatten Pink #A36F8F

Tints of Mountbatten Pink #A36F8F

Color information

#A36F8F (or 0xA36F8F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 6F and 8F. RGB value is (163,111,143). Sum of RGB (Red+Green+Blue) = 163+111+143=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F8F is #5C9070. Grayscale: #828282. Windows color (decimal): -6066289 or 9400227. OLE color: 9400227.

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

Color convert

RGB163111143-
CMYK00.320.120.36
HSL323.08º22.03%53.73%-
HSV(B)323.08º31.9%63.92%-
XYZ25.7521.1428.71-
YUV130.2135.23151.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=39.09%
G=26.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311114300.320.120.36323.0822.0353.73
HexA36F8F020C241431636
Octal24315721704014445032666
Binary101000111101111100011110100000110010010010100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F8F; }

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

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

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

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

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

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

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

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