#A7738D

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

Shades of Mountbatten Pink #A7738D

Tints of Mountbatten Pink #A7738D

Color information

#A7738D (or 0xA7738D) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 73 and 8D. RGB value is (167,115,141). Sum of RGB (Red+Green+Blue) = 167+115+141=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7738D is #588C72. Grayscale: #858585. Windows color (decimal): -5803123 or 9270183. OLE color: 9270183.

HSL color Cylindrical-coordinate representation of color #A7738D: hue angle of 330º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7738D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB167115141-
CMYK00.310.160.35
HSL330º22.81%55.29%-
HSV(B)330º31.14%65.49%-
XYZ26.8722.428.11-
YUV133.51132.23151.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=39.48%
G=27.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711514100.310.160.3533022.8155.29
HexA7738D01F102314a1737
Octal24716321503720435122767
Binary101001111110011100011010111111000010001110100101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7738D; }

 p { color: rgb(167,115,141); }

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

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

 a { background-color: rgb(167,115,141); }

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

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

 span { border-color: rgb(167,115,141); }

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