#A0848E

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

Shades of Mountbatten Pink #A0848E

Tints of Mountbatten Pink #A0848E

Color information

#A0848E (or 0xA0848E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 84 and 8E. RGB value is (160,132,142). Sum of RGB (Red+Green+Blue) = 160+132+142=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0848E is #5F7B71. Grayscale: #8D8D8D. Windows color (decimal): -6257522 or 9340064. OLE color: 9340064.

HSL color Cylindrical-coordinate representation of color #A0848E: hue angle of 338.57º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0848E is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB160132142-
CMYK00.170.110.37
HSL338.57º12.84%57.25%-
HSV(B)338.57º17.5%62.75%-
XYZ27.6325.9329.14-
YUV141.51128.28141.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=36.87%
G=30.41%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013214200.170.110.37338.5712.8457.25
HexA0848E011B25153d39
Octal24020421602113455231571
Binary10100000100001001000111001000110111001011010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0848E; }

 p { color: rgb(160,132,142); }

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

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

 a { background-color: rgb(160,132,142); }

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

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

 span { border-color: rgb(160,132,142); }

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