#A3838F

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

Shades of Mountbatten Pink #A3838F

Tints of Mountbatten Pink #A3838F

Color information

#A3838F (or 0xA3838F) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 83 and 8F. RGB value is (163,131,143). Sum of RGB (Red+Green+Blue) = 163+131+143=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838F is #5C7C70. Grayscale: #8D8D8D. Windows color (decimal): -6061169 or 9405347. OLE color: 9405347.

HSL color Cylindrical-coordinate representation of color #A3838F: hue angle of 337.5º 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 #A3838F is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163131143-
CMYK00.200.120.36
HSL337.5º14.81%57.65%-
HSV(B)337.5º19.63%63.92%-
XYZ28.182629.52-
YUV141.94128.6143.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=37.30%
G=29.98%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313114300.200.120.36337.514.8157.65
HexA3838F014C24152f3a
Octal24320321702414445221772
Binary10100011100000111000111101010011001001001010100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3838F; }

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

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

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

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

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

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

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

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