#A07F8F

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

Shades of Mountbatten Pink #A07F8F

Tints of Mountbatten Pink #A07F8F

Color information

#A07F8F (or 0xA07F8F) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 7F and 8F. RGB value is (160,127,143). Sum of RGB (Red+Green+Blue) = 160+127+143=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F8F is #5F8070. Grayscale: #8A8A8A. Windows color (decimal): -6258801 or 9404320. OLE color: 9404320.

HSL color Cylindrical-coordinate representation of color #A07F8F: hue angle of 330.91º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07F8F is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB160127143-
CMYK00.210.110.37
HSL330.91º14.8%56.27%-
HSV(B)330.91º20.62%62.75%-
XYZ27.0424.6429.32-
YUV138.69130.43143.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=37.21%
G=29.53%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012714300.210.110.37330.9114.856.27
HexA07F8F015B2514bf38
Octal24017721702513455131770
Binary1010000011111111000111101010110111001011010010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F8F; }

 p { color: rgb(160,127,143); }

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

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

 a { background-color: rgb(160,127,143); }

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

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

 span { border-color: rgb(160,127,143); }

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