#A2768D

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

Shades of Mountbatten Pink #A2768D

Tints of Mountbatten Pink #A2768D

Color information

#A2768D (or 0xA2768D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 76 and 8D. RGB value is (162,118,141). Sum of RGB (Red+Green+Blue) = 162+118+141=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2768D is #5D8972. Grayscale: #858585. Windows color (decimal): -6130035 or 9270946. OLE color: 9270946.

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

Color convert

RGB162118141-
CMYK00.270.130.36
HSL328.64º19.13%54.9%-
HSV(B)328.64º27.16%63.53%-
XYZ26.1922.5628.17-
YUV133.78132.08148.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=38.48%
G=28.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211814100.270.130.36328.6419.1354.9
HexA2768D01BD241491337
Octal24216621503315445112367
Binary10100010111011010001101011011110110010010100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2768D; }

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

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

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

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

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

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

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

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