#A76A95

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

Shades of Mountbatten Pink #A76A95

Tints of Mountbatten Pink #A76A95

Color information

#A76A95 (or 0xA76A95) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 6A and 95. RGB value is (167,106,149). Sum of RGB (Red+Green+Blue) = 167+106+149=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A95 is #58956A. Grayscale: #818181. Windows color (decimal): -5805419 or 9792167. OLE color: 9792167.

HSL color Cylindrical-coordinate representation of color #A76A95: hue angle of 317.7º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76A95 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167106149-
CMYK00.370.110.35
HSL317.7º25.74%53.53%-
HSV(B)317.7º36.53%65.49%-
XYZ26.5220.6931.03-
YUV129.14139.21155-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=39.57%
G=25.12%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710614900.370.110.35317.725.7453.53
HexA76A95025B2313e1a36
Octal24715222504513434763266
Binary101001111101010100101010100101101110001110011111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A95; }

 p { color: rgb(167,106,149); }

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

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

 a { background-color: rgb(167,106,149); }

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

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

 span { border-color: rgb(167,106,149); }

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