#A77092

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

Shades of Mountbatten Pink #A77092

Tints of Mountbatten Pink #A77092

Color information

#A77092 (or 0xA77092) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 70 and 92. RGB value is (167,112,146). Sum of RGB (Red+Green+Blue) = 167+112+146=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A77092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77092 is #588F6D. Grayscale: #848484. Windows color (decimal): -5803886 or 9597095. OLE color: 9597095.

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

Color convert

RGB167112146-
CMYK00.330.130.35
HSL322.91º23.81%54.71%-
HSV(B)322.91º32.93%65.49%-
XYZ26.9221.8830-
YUV132.32135.72152.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=39.29%
G=26.35%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711214600.330.130.35322.9123.8154.71
HexA77092021D231431837
Octal24716022204115435033067
Binary101001111110000100100100100001110110001110100001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77092; }

 p { color: rgb(167,112,146); }

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

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

 a { background-color: rgb(167,112,146); }

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

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

 span { border-color: rgb(167,112,146); }

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