#A56F8F

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

Shades of Mountbatten Pink #A56F8F

Tints of Mountbatten Pink #A56F8F

Color information

#A56F8F (or 0xA56F8F) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 8F. RGB value is (165,111,143). Sum of RGB (Red+Green+Blue) = 165+111+143=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8F is #5A9070. Grayscale: #828282. Windows color (decimal): -5935217 or 9400229. OLE color: 9400229.

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

Color convert

RGB165111143-
CMYK00.330.130.35
HSL324.44º23.08%54.12%-
HSV(B)324.44º32.73%64.71%-
XYZ26.1621.3528.73-
YUV130.79134.89152.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=39.38%
G=26.49%
B=34.13%

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
Decimal16511114300.330.130.35324.4423.0854.12
HexA56F8F021D231441736
Octal24515721704115435042766
Binary101001011101111100011110100001110110001110100010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F8F; }

 p { color: rgb(165,111,143); }

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

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

 a { background-color: rgb(165,111,143); }

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

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

 span { border-color: rgb(165,111,143); }

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