#A7768D

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

Shades of Mountbatten Pink #A7768D

Tints of Mountbatten Pink #A7768D

Color information

#A7768D (or 0xA7768D) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 76 and 8D. RGB value is (167,118,141). Sum of RGB (Red+Green+Blue) = 167+118+141=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7768D is #588972. Grayscale: #878787. Windows color (decimal): -5802355 or 9270951. OLE color: 9270951.

HSL color Cylindrical-coordinate representation of color #A7768D: hue angle of 331.84º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7768D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB167118141-
CMYK00.290.160.35
HSL331.84º21.78%55.88%-
HSV(B)331.84º29.34%65.49%-
XYZ27.2223.128.22-
YUV135.27131.23150.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=39.20%
G=27.70%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711814100.290.160.35331.8421.7855.88
HexA7768D01D102314c1638
Octal24716621503520435142670
Binary101001111110110100011010111011000010001110100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7768D; }

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

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

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

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

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

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

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

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