#A2738A

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

Shades of Mountbatten Pink #A2738A

Tints of Mountbatten Pink #A2738A

Color information

#A2738A (or 0xA2738A) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 73 and 8A. RGB value is (162,115,138). Sum of RGB (Red+Green+Blue) = 162+115+138=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2738A is #5D8C75. Grayscale: #838383. Windows color (decimal): -6130806 or 9073570. OLE color: 9073570.

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

Color convert

RGB162115138-
CMYK00.290.150.36
HSL330.64º20.17%54.31%-
HSV(B)330.64º29.01%63.53%-
XYZ25.6221.7826.9-
YUV131.67131.57149.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=39.04%
G=27.71%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211513800.290.150.36330.6420.1754.31
HexA2738A01DF2414b1436
Octal24216321203517445132466
Binary10100010111001110001010011101111110010010100101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2738A; }

 p { color: rgb(162,115,138); }

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

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

 a { background-color: rgb(162,115,138); }

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

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

 span { border-color: rgb(162,115,138); }

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