#A8718D

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

Shades of Mountbatten Pink #A8718D

Tints of Mountbatten Pink #A8718D

Color information

#A8718D (or 0xA8718D) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 71 and 8D. RGB value is (168,113,141). Sum of RGB (Red+Green+Blue) = 168+113+141=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8718D is #578E72. Grayscale: #848484. Windows color (decimal): -5738099 or 9269672. OLE color: 9269672.

HSL color Cylindrical-coordinate representation of color #A8718D: hue angle of 329.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8718D is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB168113141-
CMYK00.330.160.34
HSL329.45º24.02%55.1%-
HSV(B)329.45º32.74%65.88%-
XYZ26.8622.0628.04-
YUV132.64132.72153.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=39.81%
G=26.78%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811314100.330.160.34329.4524.0255.1
HexA8718D02110221491837
Octal25016121504120425113067
Binary1010100011100011000110101000011000010001010100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8718D; }

 p { color: rgb(168,113,141); }

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

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

 a { background-color: rgb(168,113,141); }

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

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

 span { border-color: rgb(168,113,141); }

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