#A0838E

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

Shades of Mountbatten Pink #A0838E

Tints of Mountbatten Pink #A0838E

Color information

#A0838E (or 0xA0838E) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 83 and 8E. RGB value is (160,131,142). Sum of RGB (Red+Green+Blue) = 160+131+142=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838E is #5F7C71. Grayscale: #8C8C8C. Windows color (decimal): -6257778 or 9339808. OLE color: 9339808.

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

Color convert

RGB160131142-
CMYK00.180.110.37
HSL337.24º13.24%57.06%-
HSV(B)337.24º18.13%62.75%-
XYZ27.525.6629.09-
YUV140.92128.61141.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=36.95%
G=30.25%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013114200.180.110.37337.2413.2457.06
HexA0838E012B25151d39
Octal24020321602213455211571
Binary10100000100000111000111001001010111001011010100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0838E; }

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

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

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

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

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

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

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

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