#A7768F

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

Shades of Mountbatten Pink #A7768F

Tints of Mountbatten Pink #A7768F

Color information

#A7768F (or 0xA7768F) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 76 and 8F. RGB value is (167,118,143). Sum of RGB (Red+Green+Blue) = 167+118+143=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A7768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7768F is #588970. Grayscale: #878787. Windows color (decimal): -5802353 or 9402023. OLE color: 9402023.

HSL color Cylindrical-coordinate representation of color #A7768F: hue angle of 329.39º 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 #A7768F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167118143-
CMYK00.290.140.35
HSL329.39º21.78%55.88%-
HSV(B)329.39º29.34%65.49%-
XYZ27.3723.1629.01-
YUV135.5132.23150.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=39.02%
G=27.57%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711814300.290.140.35329.3921.7855.88
HexA7768F01DE231491638
Octal24716621703516435112670
Binary10100111111011010001111011101111010001110100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7768F; }

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

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

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

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

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

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

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

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