#A3768E

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

Shades of Mountbatten Pink #A3768E

Tints of Mountbatten Pink #A3768E

Color information

#A3768E (or 0xA3768E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 76 and 8E. RGB value is (163,118,142). Sum of RGB (Red+Green+Blue) = 163+118+142=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3768E is #5C8971. Grayscale: #868686. Windows color (decimal): -6064498 or 9336483. OLE color: 9336483.

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

Color convert

RGB163118142-
CMYK00.280.130.36
HSL328º19.65%55.1%-
HSV(B)328º27.61%63.92%-
XYZ26.4722.728.58-
YUV134.19132.41148.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=38.53%
G=27.90%
B=33.57%

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
Decimal16311814200.280.130.3632819.6555.1
HexA3768E01CD241481437
Octal24316621603415445102467
Binary10100011111011010001110011100110110010010100100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3768E; }

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

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

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

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

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

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

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

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