#A4768D

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

Shades of Mountbatten Pink #A4768D

Tints of Mountbatten Pink #A4768D

Color information

#A4768D (or 0xA4768D) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 76 and 8D. RGB value is (164,118,141). Sum of RGB (Red+Green+Blue) = 164+118+141=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4768D is #5B8972. Grayscale: #868686. Windows color (decimal): -5998963 or 9270948. OLE color: 9270948.

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

Color convert

RGB164118141-
CMYK00.280.140.36
HSL330º20.18%55.29%-
HSV(B)330º28.05%64.31%-
XYZ26.622.7728.19-
YUV134.38131.74149.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=38.77%
G=27.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411814100.280.140.3633020.1855.29
HexA4768D01CE2414a1437
Octal24416621503416445122467
Binary10100100111011010001101011100111010010010100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4768D; }

 p { color: rgb(164,118,141); }

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

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

 a { background-color: rgb(164,118,141); }

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

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

 span { border-color: rgb(164,118,141); }

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