#A7798D

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

Shades of Mountbatten Pink #A7798D

Tints of Mountbatten Pink #A7798D

Color information

#A7798D (or 0xA7798D) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 79 and 8D. RGB value is (167,121,141). Sum of RGB (Red+Green+Blue) = 167+121+141=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7798D is #588672. Grayscale: #898989. Windows color (decimal): -5801587 or 9271719. OLE color: 9271719.

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

Color convert

RGB167121141-
CMYK00.280.160.35
HSL333.91º20.72%56.47%-
HSV(B)333.91º27.54%65.49%-
XYZ27.5823.8128.34-
YUV137.03130.24149.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 121 (47.66% from 255) = 28.21%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=38.93%
G=28.21%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712114100.280.160.35333.9120.7256.47
HexA7798D01C102314e1538
Octal24717121503420435162570
Binary101001111111001100011010111001000010001110100111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7798D; }

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

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

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

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

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

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

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

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