#A3838E

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

Shades of Mountbatten Pink #A3838E

Tints of Mountbatten Pink #A3838E

Color information

#A3838E (or 0xA3838E) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 83 and 8E. RGB value is (163,131,142). Sum of RGB (Red+Green+Blue) = 163+131+142=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838E is #5C7C71. Grayscale: #8D8D8D. Windows color (decimal): -6061170 or 9339811. OLE color: 9339811.

HSL color Cylindrical-coordinate representation of color #A3838E: hue angle of 339.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3838E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163131142-
CMYK00.200.130.36
HSL339.38º14.81%57.65%-
HSV(B)339.38º19.63%63.92%-
XYZ28.125.9729.12-
YUV141.82128.1143.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=37.39%
G=30.05%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313114200.200.130.36339.3814.8157.65
HexA3838E014D24153f3a
Octal24320321602415445231772
Binary10100011100000111000111001010011011001001010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3838E; }

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

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

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

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

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

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

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

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