#A9708E

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

Shades of Mountbatten Pink #A9708E

Tints of Mountbatten Pink #A9708E

Color information

#A9708E (or 0xA9708E) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 70 and 8E. RGB value is (169,112,142). Sum of RGB (Red+Green+Blue) = 169+112+142=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9708E is #568F71. Grayscale: #848484. Windows color (decimal): -5672818 or 9334953. OLE color: 9334953.

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

Color convert

RGB169112142-
CMYK00.340.160.34
HSL328.42º24.89%55.1%-
HSV(B)328.42º33.73%66.27%-
XYZ27.0421.9828.41-
YUV132.46133.38154.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=39.95%
G=26.48%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911214200.340.160.34328.4224.8955.1
HexA9708E02210221481937
Octal25116021604220425103167
Binary1010100111100001000111001000101000010001010100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9708E; }

 p { color: rgb(169,112,142); }

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

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

 a { background-color: rgb(169,112,142); }

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

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

 span { border-color: rgb(169,112,142); }

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