#A08690

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

Shades of Mountbatten Pink #A08690

Tints of Mountbatten Pink #A08690

Color information

#A08690 (or 0xA08690) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 86 and 90. RGB value is (160,134,144). Sum of RGB (Red+Green+Blue) = 160+134+144=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A08690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08690 is #5F796F. Grayscale: #8E8E8E. Windows color (decimal): -6257008 or 9471648. OLE color: 9471648.

HSL color Cylindrical-coordinate representation of color #A08690: hue angle of 336.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08690 is Cyan = 0, Magento = 0.16, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB160134144-
CMYK00.160.10.37
HSL336.92º12.04%57.65%-
HSV(B)336.92º16.25%62.75%-
XYZ28.0626.5430.03-
YUV142.91128.61140.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 144 (56.64% from 255) = 32.88%
R=36.53%
G=30.59%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013414400.160.10.37336.9212.0457.65
HexA08690010A25151c3a
Octal24020622002012455211472
Binary10100000100001101001000001000010101001011010100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08690; }

 p { color: rgb(160,134,144); }

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

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

 a { background-color: rgb(160,134,144); }

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

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

 span { border-color: rgb(160,134,144); }

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