#A4798C

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

Shades of Mountbatten Pink #A4798C

Tints of Mountbatten Pink #A4798C

Color information

#A4798C (or 0xA4798C) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 79 and 8C. RGB value is (164,121,140). Sum of RGB (Red+Green+Blue) = 164+121+140=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4798C is #5B8673. Grayscale: #878787. Windows color (decimal): -5998196 or 9206180. OLE color: 9206180.

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

Color convert

RGB164121140-
CMYK00.260.150.36
HSL333.49º19.11%55.88%-
HSV(B)333.49º26.22%64.31%-
XYZ26.8823.4627.92-
YUV136.02130.25147.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=38.59%
G=28.47%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412114000.260.150.36333.4919.1155.88
HexA4798C01AF2414d1338
Octal24417121403217445152370
Binary10100100111100110001100011010111110010010100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4798C; }

 p { color: rgb(164,121,140); }

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

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

 a { background-color: rgb(164,121,140); }

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

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

 span { border-color: rgb(164,121,140); }

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