#A17F8F

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

Shades of Mountbatten Pink #A17F8F

Tints of Mountbatten Pink #A17F8F

Color information

#A17F8F (or 0xA17F8F) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 7F and 8F. RGB value is (161,127,143). Sum of RGB (Red+Green+Blue) = 161+127+143=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F8F is #5E8070. Grayscale: #8A8A8A. Windows color (decimal): -6193265 or 9404321. OLE color: 9404321.

HSL color Cylindrical-coordinate representation of color #A17F8F: hue angle of 331.76º 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 #A17F8F is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB161127143-
CMYK00.210.110.37
HSL331.76º15.32%56.47%-
HSV(B)331.76º21.12%63.14%-
XYZ27.2524.7429.33-
YUV138.99130.26143.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=37.35%
G=29.47%
B=33.18%

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
Decimal16112714300.210.110.37331.7615.3256.47
HexA17F8F015B2514cf38
Octal24117721702513455141770
Binary1010000111111111000111101010110111001011010011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F8F; }

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

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

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

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

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

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

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

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