#A3818D

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

Shades of Mountbatten Pink #A3818D

Tints of Mountbatten Pink #A3818D

Color information

#A3818D (or 0xA3818D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 81 and 8D. RGB value is (163,129,141). Sum of RGB (Red+Green+Blue) = 163+129+141=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818D is #5C7E72. Grayscale: #8C8C8C. Windows color (decimal): -6061683 or 9273763. OLE color: 9273763.

HSL color Cylindrical-coordinate representation of color #A3818D: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3818D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163129141-
CMYK00.210.130.36
HSL338.82º15.6%57.25%-
HSV(B)338.82º20.86%63.92%-
XYZ27.7625.4128.64-
YUV140.53128.26144.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=37.64%
G=29.79%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312914100.210.130.36338.8215.657.25
HexA3818D015D241531039
Octal24320121502515445232071
Binary101000111000000110001101010101110110010010101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3818D; }

 p { color: rgb(163,129,141); }

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

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

 a { background-color: rgb(163,129,141); }

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

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

 span { border-color: rgb(163,129,141); }

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