#A3768D

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

Shades of Mountbatten Pink #A3768D

Tints of Mountbatten Pink #A3768D

Color information

#A3768D (or 0xA3768D) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 8D. RGB value is (163,118,141). Sum of RGB (Red+Green+Blue) = 163+118+141=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3768D is #5C8972. Grayscale: #868686. Windows color (decimal): -6064499 or 9270947. OLE color: 9270947.

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

Color convert

RGB163118141-
CMYK00.280.130.36
HSL329.33º19.65%55.1%-
HSV(B)329.33º27.61%63.92%-
XYZ26.3922.6728.18-
YUV134.08131.91148.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=38.63%
G=27.96%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311814100.280.130.36329.3319.6555.1
HexA3768D01CD241491437
Octal24316621503415445112467
Binary10100011111011010001101011100110110010010100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3768D; }

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

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

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

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

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

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

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

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